This topic has 4 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
hi sorry i forgot to say my products have variations, and i need the buttons to change, for some reason variable products have different button.
How can i change the buttons to be the filled in version?
filled in color: #f08397
text color: white
please note i need to change this without changing the color that runs through the website.
many thanks.
Hello,
Please add this code in custom.css file:
a.btn.border-grey.product_type_variable {
background-color: #f08397;
color: white;
}
a.btn.border-grey.product_type_variable:hover {
background-color: #252525;
}
Thank you.
Regards,
Eva Kemp.
Thank you!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘variable product button’' has been successfully resolved, and the topic is now closed for further responses