Hide header on certain pages
-
Hi there,
I’d need one last bit of help (extremely sorry) : I’d like to hide the header of my site on every page but the main one. I have the IDs of the pages but none of the CSS codes I tried seems to work.
Any idea ?The blog I need help with is: (visible only to logged in users)
-
Hi, I think the easiet way to do this would be to hide the image on all pages and then bring it back on the home page.
#masthead img { display: none; } .home #masthead img { display: block; }See how that works for you.
-
-
- The topic ‘Hide header on certain pages’ is closed to new replies.