Which files do I need to modify to change the look and color of the bbpress forum?
I was looking at
http://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum-part-2/
http://codex.bbpress.org/bbpress-styling-crib/
They say
“bbpress.css located in wp-content/plugins/bbpress/templates/default/css
Either just override styling in your theme’s css, or copy the bbpress.css file to a folder
/wp-content/themes/%your-theme%/css/
and bbpress will use that file, so make changes there.”
There was a bbpress.css already at /wp-content/themes/sweetdate/css/ I tried modifying it, but the changes don’t reflect on the page after clearing the browser cache.