This topic has 3 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Jack Richardson
How can I make this button respond same as on the “Winkel” page?
Anyway,
Just to get rid of the black background would be fine in order to be able to read the ‘add to cart’ (in dutch: in winkelwagen) tekst in the button.
I am sure this is a simple thing..
Thanks in advance!
Hello,
Please use this code in Theme Options > Custom CSS > Global Custom CSS:
.btn.product_type_simple {
background-color: #d3d3d3;
border-color: #727272;
}
.btn.product_type_simple:hover {
background-color: green;
border-color: green;
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up