Info
- 3 posts
- 2 voices
- Started 1 year ago by Dakcenturi
- Latest reply from Dakcenturi
- This topic is resolved
Categories
-
- Posted 1 year ago #
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.
-
- Posted 1 year ago #
There is a class of
bb-categoryapplied 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.
-
- Posted 1 year ago #
Ah, thanks! The theme I was modifying didn't have that bb-category code in it. Copying and pasting it over fixed the problem!
-
This topic is
closed