http://sharprockvineyards.com/wp/shop/
See this page. I want the font color for the wine description to be black. What code do I need to use?
I also do not want to display related products on a product page: for example this one: http://sharprockvineyards.com/wp/product/cabernet-franc/
How do I remove it? I can’t find anything under settings in woo commerce
thank you,
Hey elames!
For the magazine element correct? Add this to your custom CSS.
.av-catalogue-content {
color: black !important;
}
.single-product #av_section_1 {
display: none !important;
}
Best regards,
Elliott
RESOLVED. Thank you that worked.