View Full Version : Hide page titles for any page
beezoboy
05-01-2008, 08:44 PM
I'd like to hide page titles somewhat randomly. How do I modify the statement below to hide a page if it were locate here "http://wiki.company.com/Example Page" ?
body.page-home #title { display: none; }
Beez
#title { display: none; }
beezoboy
05-02-2008, 01:34 PM
I am still not sure how to implement that.
For the statement above what would I put in CSS Overides?
I tried this is CSS overrides.
"http://wiki.company.com/Example Page" #title { display: none; }
Could you please provide me with an exact example or further explain so that I can see how the syntax goes.
That was the exact example - just paste that into your templates override in your control panel.
The syntax is CSS - there's a very good reference at: http://www.w3schools.com/css/
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.