Reply 317930 to: Changing colors of buttons in added to cart pop up

Avatar: Rose Tyler
Rose Tyler
Support staff
February 20, 2022 at 14:12

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

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.