Illustratr Theme, Header Image
-
Hello. I would like to hide the header on the pages accessible via the menu. I only want the header image to display on the static home page. Any CSS suggestions would be greatly appreciated!
The blog I need help with is: (visible only to logged in users)
-
Hi there, we have to do this in two steps. The first hides the header image from all pages (including the home page) and then brings it back on the home page.
.page .site-image { display: none; } .home .site-image { display: block; } -
-
- The topic ‘Illustratr Theme, Header Image’ is closed to new replies.