Hide the header image on posts
-
I need advice on how to hide the header image on every page/post except for the front page. Using radiate theme.
ThanksThe blog I need help with is: (visible only to logged in users)
-
Hi
You’ll want to add the following code to your custom CSS editor:
img.header-image { display: none; } .home img.header-image { display: block; }Here’s some information on how to add the custom CSS: https://en.support.wordpress.com/custom-design/editing-css/
Hope this helps!
-
- The topic ‘Hide the header image on posts’ is closed to new replies.