This topic has 2 replies, 2 voices, and was last updated 2 years, 9 months ago ago by Rose Tyler
Hello,
I need to change the colors of the buttons in the pop-up that comes up once an item is added to a cart. I think these colors will change in the master color settings but I’d like only these buttons to be a different color.
Screenshot: https://gyazo.com/ccec7ee57d1979d9c1f1cf06b727ddf9
Thanks for always answering my dumb questions! Appreciate it.
Hello,
Try to add the next code in Theme options > Theme custom CSS:
.popup-added-to-cart .btn {
color: red !important;
background-color: #2a2a2a !important;
}
.popup-added-to-cart .btn:hover {
color: #2a2a2a !important;
background-color: red !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up