Change style of AddToChart-Button on product page compact
-
Hi Xtemos,
your theme ist working great. Thanx!
How can I change the style of the AddToChart-Button on product page compact.
It is set to default – I need it to be PrimaryColor.
Thanx for your help!
Till
Attachments:
You must be
logged in to view attached files.
Hello,
You can use this code snippet to change the button color
.single-product-content .cart .button {
background-color: #8ca74a;
color: #fff;
border-color: #8ca74a;
}
.single-product-content .cart .button:hover {
background-color: #586f1e;
color: #fff;
border-color: #586f1e;
}
Regards
again – perfect!
Thank you very much.
Till
The topic ‘Change style of AddToChart-Button on product page compact’ is closed to new replies.