change mini cart button from green to red
-
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)
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
Hello,
That worked but the hoover button didn’t change and is still green. Please advise.
Hello,
Please try adding the following Custom CSS for that.
.wd-empty-mini-cart .btn:hover {
background: red;
}
Best Regards
Hi Aizaz,
I added the css codes but sometimes the buttons still show up as green. Please see private content for video.
Hello,
The issue doesn’t exist on your website. Please clear the cache and check back.
Best Regards