Removing h1 on pages without removing thread title

Sway

Active member
i have added some code to the EXTRA.css to remove page titles from my forum but for some reason it removes the thread title when you are reading it, i cant seem to figure out why or how to add the thread title but remove the page titles, it looks a bit too tacky when page titles are displayed.


Below is the code i have added to EXTRA.css
Code:
}
.titleBar h1 {
display: none;
 
Top Bottom