Reply 238566 to: How to change buy button color and hover color?

Avatar: Rose Tyler
Rose Tyler
Support staff
May 24, 2020 at 07:47

Hi,

Add this code in Theme Options > Theme Custom CSS:

.product .btn {
    color: red;
    background-color: black;
    border-color: red;
}
.product .btn:hover {
    color: black;
    background-color: red;
    border-color: black;
}

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.