Home Forums WoodMart support forum change mini cart button from green to red

change mini cart button from green to red

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

    contactpleazurr
    Participant

    Hello,

    How can I change the button from green to red as seen here: https://snipboard.io/q5laZ9.jpg (hoover button should also be red)

    #381647

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area for that.

    .wd-empty-mini-cart .btn {
        background-color: red;
    }

    Best Regards

    #381692

    contactpleazurr
    Participant

    Hello,

    That worked but the hoover button didn’t change and is still green. Please advise.

    #381810

    Hello,

    Please try adding the following Custom CSS for that.

    .wd-empty-mini-cart .btn:hover {
    background: red;
    }

    Best Regards

    #381904

    contactpleazurr
    Participant

    Hi Aizaz,

    I added the css codes but sometimes the buttons still show up as green. Please see private content for video.

    #381928

    Hello,

    The issue doesn’t exist on your website. Please clear the cache and check back.

    Best Regards

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