PDA

View Full Version : How do you remove section titles


aaronater
01-03-2012, 07:59 PM
Hi, on the homepage how do I remove the section titles? Such as 'Front Page'

section titles seem to be called #title, I tried #title{display:none;} but it didn't work.

Basically I want to do what this guy asked for but was not answered:

https://www.vbulletin.com/forum/showthread.php/379748-vBulletin-CMS-Remove-Section-Category-Title

--------------- Added 1325679993 at 1325679993 ---------------

Sorry, these things are usually answered by now, if it's because there is already a thread on it please direct me to it because I cannot see and I searched.

I can remove the titles by adding div.title { display:none;} to additional.css but I do not think this is the correct way.