XF 1.5 Change color of bars?

Or do it in EXTRA.css and document it with comments. That way, you can easily save those type of edits locally (in a text file) and if you have to redo the style, you don't have to dig through everywhere you made the modifications (hoping you wrote them down or remember them) in the style properties.
In EXTRA.css it should be able to be addressed with the following designator
Code:
.discussionList .sectionHeaders
 
Top Bottom