XF 1.2 Style title bar on threadlist page

Code:
.forum_view .titleBar h1 { style for text }

If you want to change it only for specific forum, use current or parent node id
Code:
.node1 .forum_view .titleBar h1 { style for text }
 
Back
Top Bottom