Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Matthew

    You seem to have a styling clash.

    The textarea background is being set to white in the stylesheet dark.css of your theme:

    #content textarea {
    color: #fff;
    }

    The other boxes are not affected because they are not textarea elements.

    Do you have a large text box anywhere else in your site where you need the text to be white? If not you could remove that bit, it’s on line 117 of file dark.css.

    Let me know how you get on.

    Meg

    Thread Starter mrichmond

    (@mrichmond)

    That fixed it! Thank you so much!

    Thread Starter mrichmond

    (@mrichmond)

    resolved

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