This topic has 6 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Jack Richardson
Hi there,
1.I need to set the font color to white for
add to whishlist & quick view
at home page http://myvape.gr/
2. at the mobile , when you are in a product page, I need to set the text color for the add to cart button inot white
thanx
Hello,
1. Add this code in Global Custom CSS section:
.footer-product a, .product-slide .product-image-wrapper.hover-effect-mask .footer-product .show-quickly {
color: #fff !important;
}
2. In this case the text will be white on white background and it won’t be seen. Do you still want to change it?
Best regards,
Jack Richardson.
for number 1 ok
for number 2, what is an alternative?what do you suggest in order to visible in the mobile?
thanx
Hello,
2. Do you mean single product page?
If so then add this code in Custom CSS for mobile section:
.product-information .cart button[type="submit"] {
color: white;
}
Best regards,
Jack Richardson.
ok
thanx
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘set color text’' has been successfully resolved, and the topic is now closed for further responses