This topic has 2 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Olga Barlow
Hi how I can change the color button in the screenshot: https://ibb.co/Dg7qyvJ
Hello,
You can either change the color of all the dark buttons on the site from Theme Options > Styling > Buttons styles and Buttons hover or use the following custom CSS to change it for the single product only
.single_add_to_cart_button.button {
background: darkred;
border-color: darkred;
}
.single_add_to_cart_button.button:hover {
background: #586a79 !important;
border-color: #586a79 !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up