Hello!
The font for where one would write a rating and email address is white on the product page in Woocommerce so with the white background box it is invisible.
SO, could you help me change the font to black?
Thank you,
Duncan
Hey murdochduncan,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.main_color #reviews #comment, #top .main_color #reviews input[type='text'],
#top .main_color #reviews input[type='email'], .main_color #reviews .comment-text,
.main_color #reviews #comment {
color: #000;
}
If you need further assistance please let us know.
Best regards,
Victoria