• Resolved jaclynsuzann

    (@jaclynsuzann)


    It seems the current text color for the comment form is white, and with the current white background, you cannot see that you are entering information. I need to get that font color changed to black… Any help is appreciated! Thank you

    https://www.sethlangsonlaw.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    look for these 3 CSS elements in your theme’s style css:

    1. #respond input {

    2. #respond textarea {

    3. #respond .form-submit input {

    In the Above 3 CSS elements, add the following css property:

    color:#000000;

    shawnyuan

    (@shawnyuan)

    Where is your contact form?

    Thread Starter jaclynsuzann

    (@jaclynsuzann)

    Worked perfectly! Thank you very much ??

    Moderator t-p

    (@t-p)

    you are welcome!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Comment form text color’ is closed to new replies.