Forums

Join
bbPress Support ForumsThemesCategories

Info

Categories

  1. In a theme is there a way I can differentiate between a forum and a category forum?

    If so is there a way to either DIV the category forum or indent the normal forums from the category forums?

    Basically I want to have some way to distinguish between a normal forum and a category forum, either with indentation, or with a background color or something similar.

  2. There is a class of bb-category applied to categories. You can style that however you want. In style.css, this is already present:

    tr.bb-category td {
    	background-color: #ddd;
    }

    Just do whatever you want there.

  3. Ah, thanks! The theme I was modifying didn't have that bb-category code in it. Copying and pasting it over fixed the problem!

  4. This topic is closed