Removing header image from all pages/posts except front page
-
Could anyone please help me with the necessary custom CSS code to remove the header images from all pages/posts on my blog, except for the front page. Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, I see you have gotten this accomplished with the following custom CSS.
body:not(.home) .image-header-flexible { display: none; }Let me know if you need additional help with this.
- The topic ‘Removing header image from all pages/posts except front page’ is closed to new replies.