Removing Header image from Homepage Only
-
I would like to remove the header image from just the homepage. However, if I remove the header image on the header control page, it removes the featured images from every page. I would like to use the showcase template for the homepage and use the big slider for pictures, but I want to use featured images for the rest of the site.
Anyone know how to remove the header image from just the front or home page using CSS?
The blog I need help with is: (visible only to logged in users)
-
I would like to remove the header image from just the homepage.
To hide the header image for just the home page on the Twenty Eleven theme, add this to your Appearance → Custom Design → CSS editor:
.home #branding img { display: none; } -
-
- The topic ‘Removing Header image from Homepage Only’ is closed to new replies.