Jim McClain

Registered
I successfully changed the category strip color on my forum home page by searching the forum for previous solutions provided to other users. But this one has eluded my attempts to find an answer. Inspect suggests the class name is sectionHeaders, so I tried adding css to EXTRA.css, but that hasn't worked. I would like to change the background color and/or use a background image or gradient (trying to cover all the bases for future searches) of the category-like header found on the New Posts page. It currently looks like this:

new-posts-page.gif


It is probably controlled by the main menu background. I don't wish to change that color, only the bar that shows Title, Replies, Views and Last Message in the header.

Thanks,

Jim
 
It's inherited from: Style Properties -> Building Blocks -> Sub Headings, that'll change all the sub-headings across the site though.

If you want to customize just the discussion list headers, you can add this to extra.css:

Code:
.XenBase .discussionList .sectionHeaders { CSS here }
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back