Buy me a coffee

How to change “You have nothing in your shopping cart.” text style

If you want to change empty text “You have nothing in your shopping cart” text style.

3d9df66b224c8512dc5d Min

You can use this code to Custom CSS box

p.empty-message {
    font-size: 30px;
    font-family: monospace;
    letter-spacing: 2px;
    color: #000;
    line-height: 20px;
}

0abd5a7e805927077e48 Min