Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #854079

    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

    #854314

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.