Skip to:
Content
Pages
Categories
Search
Top
Bottom

Check Text color in Post Box

  • @davidschwartzer

    Participant

    My site is appletechtalk.com running WordPress 4.3.1 and the current version of bbPres.

    When a user enters text into a topic box, the font color is a light gray and very hard to see. Can anyone tell me how I can change the text color for text in that box?

    Thanks,

    David

Viewing 3 replies - 1 through 3 (of 3 total)
  • @laberkopp

    Participant

    Hey. I am also searching for this. Maybe if two are asking …
    🙂

    Thanks and best regards,
    Sascha

    @laberkopp

    Participant

    @casiepa

    Moderator

    Hi David, welcome back 🙂

    I suppose some CSS could help, something like the below to change background and writing colors.

    textarea.bbp-the-content.wp-editor-area {
    background-color: #ffffff;
    color: #000000;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar