how can i change color and hover color?
This topic has 9 replies, 2 voices, and was last updated 5 years, 5 months ago ago by Rose Tyler
Hello,
1)
.products-hover-only-icons .product-view-mask .footer-product .show-quickly,
.footer-product .show-quickly {
color: red;
background-color: white;
}
.products-hover-only-icons .product-view-mask .footer-product .show-quickly:hover,
.footer-product .show-quickly:hover{
color: white;
background-color: red;
}
2)
.single-product-builder .single_add_to_cart_button.button {
color: black;
background-color: red;
}
.single-product-builder .single_add_to_cart_button.button:hover {
color: red;
background-color: black;
}
Regards
this styles not working there:
Dear,
You can change the style for buttons globally via Theme options. But you asked to do it the mentioned places only, so of course, the custom code will work for places you asked only.
So now the code should be changed to make it works for the button in Quick view window. Maybe somewhere else also? If so, check settings in Theme Options > Styling > buttons.
Regards
on quick view not working…
.quick-view-popup .button {
color: red;
background-color: white;
}
.quick-view-popup .button:hover {
color: white;
background-color: red;
}
Regards
not working anytime 🙁
done, ty <3
You’re welcome!
Regards
The issue related to '‘color style’' has been successfully resolved, and the topic is now closed for further responses