Header image ONLY in front page
-
My selected theme “rebalance” doesn’t have a feature in which I can have the header image only on my front page, so I am in need of some CSS code I can insert instead.
Hope somebody can help.
-
Hey! Thanks for reaching out to us with your query.
I see what you mean. You can use following css:
body:not(.home) img.site-header-image { display: none; }Please check this link for browser support for above CSS code.
Let me know how it goes.
-
-
- The topic ‘Header image ONLY in front page’ is closed to new replies.