Home Forums WoodMart support forum cart balloon color

cart balloon color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #225751

    wess
    Participant

    Hello Sir, how do i change the cart Balloon color?

    #225792

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Do you mean the icon? Please add this code to the Theme Settings > Custom CSS > Global:

    .woodmart-shopping-cart .woodmart-cart-icon:before {
    	color:red; 
    }

    Best Regards

    #225879

    wess
    Participant

    Good Day sir, i meant the little balloon above the cart. i sent a picture.. i would like to change the color.
    thanks in advance!

    Attachments:
    You must be logged in to view attached files.
    #225889

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-cart-design-2 .woodmart-cart-number{
    	color:red; 
    	background:white;
    }

    Best Regards

    #225948

    wess
    Participant

    thank you sir the codes worked! However, the wishlist’s balloon is also green. I thought by changing one, it affect the other one also… can you help me with that?

    #226009

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .wd-tools-element .wd-tools-count{
    color:red;
    background:white;
    }

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)