Tagged: woo
Hi!
My website is build with black bg, and Main Content font color: #f5f5f5. Unfortunately this setting will handle the webshop as well, and text on white bg cannot be seen. How to change the webshop font color, both single product and cart etc.
Thanks and regards!
Hey jockejansson,
Add the following to quick css:
.product-template-default p, .product-template-default table{
color:#000!important;
}
Best regards,
Jordan Shannon
Thanks,
This did affect the webshop as i wanted, but it also did affect the footer. Would you mind to have a second look?
Thanks!
I solved the footer with
#footer .widgettitle {
color: white;
}
But not all text into product items is dark/black. Please have a look again at the site
Hi,
Add the following to quick css:
.avia_cart_buttons{
opacity:1!important;
}
Best regards,
Jordan Shannon