the font is light gray because you closed the topic.
add this css anywhere you can add custom css,
also maybe change #000 to whatever shade of black you use for your fonts on your content.
#bbpress-forums .status-closed,
#bbpress-forums .status-closed a {
color: #000;
}
Thank you for your feedback! It was driving me crazy !
Just one more thing what document / file I can find the options to change the default colors ?
Thanks again !
@elenams
i thought i replied to this one..
pretty much the plugins stlye.css file will get you headed into styling bbPress the way you want it.
you copy the style.css file from the bbPress plugin folder and put it into a folder called css in your child theme then edit the new style.css file from there.
if its just small changes you can also put it into a custom css plugin of your choice.
more information on styling bbPress can be found in the codex
Codex
anything in the style.css file really.
more info on styling bbPress.
Step by step guide to setting up a bbPress forum – part 2
bbPress Styling Crib
reading the rest of the docs wont be bad to read either 🙂
Codex
@elenams
i thought i replied to this one..
pretty much the plugins stlye.css file will get you headed into styling bbPress the way you want it.
you copy the style.css file from the bbPress plugin folder and put it into a folder called css in your child theme then edit the new style.css file from there.
if its just small changes you can also put it into a custom css plugin of your choice.
more information on styling bbPress.
https://codex.bbpress.org/theme-compatibility/
bbPress Styling Crib
Step by step guide to setting up a bbPress forum – part 2