This topic has 4 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
I’va change the color of
.single-product-page .product-info .single_add_to_cart_button {
color: #07c2c9!important;
}
.single-product-page .product-info .single_add_to_cart_button:hover {
color: #5e1e82!important;
}
But this don’t change the same button when the produc have variable/atributs.
Hello,
Please show a page with variable product.
Thank you.
Regards,
Eva Kemp.
Hello,
Please use this css code:
.product-information .cart button[type="submit"] {
color: #07c2c9;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up