This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
In shop page how to change buy button color and hover color?
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
You must be logged in to reply to this topic.Log in/Sign up