Home Forums WoodMart support forum How to change colour of cart (on mobile only) from green to pink

How to change colour of cart (on mobile only) from green to pink

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #377286

    contactpleazurr
    Participant

    Hello,

    How to change colour of cart (on mobile only) from green to pink? I do not see this option.
    https://snipboard.io/nRJMfB.jpg

    #377310

    Luke Nielsen
    Keymaster

    Hello,

    You can change the color of the cart icon with the help of the below code so enter it to the “Custom CSS for mobile” area that is in Theme Settings -> Custom CSS.

    .wd-header-cart .wd-tools-icon:before {
        color: red;
    }

    Let me know if you have any questions, I’d be happy to answer them.

    Kind Regards

    #377414

    contactpleazurr
    Participant

    Hi Luke,

    Sorry if I wasn’t clear. I want to change the notifications from green to red that are on the icons (where it says 2)
    https://snipboard.io/nRJMfB.jpg

    For the header and the notifications of the icons on the footer on mobile.

    #377494

    Luke Nielsen
    Keymaster

    Hello,

    Thank you very much for the clarification.

    This one code should help you to change the color of the notification of the cart. Enter it into the “Global Custom CSS” area.

    .whb-header .wd-header-cart.wd-design-5 .wd-cart-number {
        background-color: #d56b7d;
    }

    Kind Regards

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