• Hi there!

    We would love to add a CART CUSTOM INFO saying “FREE SHIPPING FROM XXEUR” ==> is there any way we can have the info been displayed in BOLD (and maybe even in another colour)?
    I am totally new to this so sorry if I am outing myself as a total dummy!
    Thank you, Linda

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter traustdinie

    (@traustdinie)

    SOVED IT MYSELF (at least the BOLD stuff

    Hi Linda,

    You can change the color of all “Cart Custom Info” text by pasting this:

    div.cart_totals
    {
    color: green;
    }
    
    table.shop_table.shop_table_responsive
    {
    color: black;
    }

    into “Custom CSS” module under “Custom CSS – Front end (Customers)”. You can find that module in “Emails & Mics.” section. To customize the color, change the word green to any other color, or use color codes such as #FF0000 (this means red).

    [ Signature deleted ]

    • This reply was modified 6 years, 8 months ago by Jan Dembowski.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘cart custom info: bold text & different colour’ is closed to new replies.