This topic has 2 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Rose Tyler
would like to change the color of the button https://gyazo.com/3b81956554b5ad72d1dae276b7bc16cb
i have tried it with this in custom CSS but didnt work
.product-content .single_add_to_cart_button{
background-color: #ca3110;
border-color: #ca3110;
}
.product-content .single_add_to_cart_button:hover{
background-color: #9e2c13 !important;
border-color: #9e2c13 !important;
}
thanks
Hello,
Please try to add this code in Theme Options > Styling > Custom css:
.content-product .button {
background-color: #ca3110;
border-color: #ca3110;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up