Header Image
-
Is there a way of only having the header image on the home page using the Canard theme. I want a header image on the home page but not on each blog post.
The blog I need help with is: (visible only to logged in users)
-
Hi there, we can exclude the header from all pages and posts except for the home page by using the CSS “not” selector and the “home” CSS class set in the opening body HTML tag. Add this to your custom CSS.
body:not(.home) .header-image { display: none; } -
-
- The topic ‘Header Image’ is closed to new replies.