Remove Header Image on all pages except the Front Page
-
I’m looking for custom css for my theme, I would like to remove the header images from all pages except my Front/Home page. I am not sure where I would insert the css for this theme as well. I am using Karuna.
The blog I need help with is votekirsten.com.
The blog I need help with is: (visible only to logged in users)
-
Hi there, to do this would require custom CSS, and that is part of Custom Design, which is included with the WordPress.com Premium and Business plans.
If you decide to upgrade, this would be the custom CSS that would be needed to hide the header image on all but the front page in Karuna.
body:not(.home) .custom-header { display: none; } -
-
- The topic ‘Remove Header Image on all pages except the Front Page’ is closed to new replies.