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/show...Category-Title
--------------- Added [DATE]1325679993[/DATE] at [TIME]1325679993[/TIME] ---------------
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.