How To Stop bbPress Closed Topics Being Grey

IT Support Forum Forums Website Development Forums bbPress Troubleshooting How To Stop bbPress Closed Topics Being Grey

Tagged: ,

Viewing 0 reply threads
  • Author
    Posts
    • #114
      Webmaster
      Keymaster

      Annoyingly, when you close a topic in bbPress, the text becomes grey instead of black. This is bad for SEO. To stop closed topics becoming grey in bbPress:

      1. Edit the /wp-content/plugins/bbpress/templates/default/css/bbpress.css file in a text editor
      2. Find #bbpress-forums .status-closed
      3. Below this code you will find color: #ccc;
      4. Change #ccc to become #000

      Text in closed topics will now be black instead of grey.

      If closed topic text hasn’t changed from grey to black, you may need to refresh your browser / server cache to clear out the old CSS.

Viewing 0 reply threads
  • You must be logged in to reply to this topic.