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
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
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}