This topic has 5 replies, 2 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
Hi there,
Just getting around to adding variations to products, I notice that the button changes on the product pages to SELECT OPTIONS
I would like to change this to be similar to the other buttons, filled (black) with hover of #719400 and no black border.
We page in private content.
Image included.
Hello,
Please use this code in custom.css file:
a.btn.border-grey.product_type_variable {
color: white;
background-color: black;
}
a.btn.border-grey.product_type_variable:hover {
background-color: #719400 !important;
}
Thank you.
Regards,
Eva Kemp.
Thanks Eva, I will add that and get back to you to confirm all works.
Thank you 🙂
Eva,
that worked perfectly! thanks
Topic can be closed 🙂
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Select options button on variations change’' has been successfully resolved, and the topic is now closed for further responses