Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to change colors in my bbpress forum?


  • JohannesAltnas
    Member

    @johannesaltnas

    I have started a forum at my webbsite but the web theme colors makes the text impossible to read, how do I change the forum colors?

Viewing 3 replies - 1 through 3 (of 3 total)

  • DELETE ME
    Member

    @szebastianone

    Ok, for someone who is NEW to ‘how to do’ this .. that did not help much. Just saying.

    Does anyone know how I can Change the Forum Background Colour, Text Colour, Font Type? I am not very CCS friendly or do not know much coding .. would be helpful if you can either provide a code or a plugin/fix that can do this for me.

    The website I am trying this on right now is http://revivechallenge.com – please check the forum it is ‘WHITE and text is invisible’ because the entire font is white too and the website theme is black/dark.

    Please help.

    Thanks

    SzebastianOne


    Jared Atchison
    Member

    @jaredatch

    If you don’t know CSS it’s not going to be an easy task, however this should help you get started:

    https://bbpress.org/forums/topic/change-forum-color#post-100130


    spookyloot
    Participant

    @spookyloot

    I found he solution for the white text in visual editor problem when using BBpress.
    Go to your ftp and open public-html/wp-includes/css/editor.min.css ( I found it viewing my site’s source code)

    You will see a whole bunch of code making it almost impossible to find the right part to change.
    Call it a lucky guess but when i searched the word ‘white’ i only found 1 code:
    -wp-editor-area{color:white}

    I changed it into black and this solved the white text problem!
    so just search for wp-editor-area{color:white} and change it into:
    -wp-editor-area{color:black}

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