Skip to:
Content
Pages
Categories
Search
Top
Bottom

Categories

  • 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.

Viewing 2 replies - 1 through 2 (of 2 total)

  • chrishajer
    Participant

    @chrishajer

    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.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar