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.
Site URL: hidden Theme version: 8.1Hello,
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
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.