PDA

View Full Version : No Navbar On Homepage


HarrisPhotographicArts
Sep-13-2009, 12:13 PM
How do I remove the navbar from only the homepage? I want it to show on all other pages.

Don

www.harrisphotographicarts.com (http://www.harrisphotographicarts.com)

richW
Sep-13-2009, 12:51 PM
How do I remove the navbar from only the homepage? I want it to show on all other pages.

Don

www.harrisphotographicarts.com (http://www.harrisphotographicarts.com)Adding some css should work, something like this:

.homepage #customNav {display: none;}

HarrisPhotographicArts
Sep-13-2009, 12:59 PM
Adding some css should work, something like this:

.homepage #customNav {display: none;}

That did it! Thanks Rich!