How to remove header from other pages : Karuna theme
-
In my main page i have the full-width header with the picture & and ‘learn more’ button.
However, when i navigate to other pages, the full-width header (with picture & learn more button) is still there which i don’t want it to.
How can I disable the full-width header for other pages?
The blog I need help with is: (visible only to logged in users)
-
Hi there!
There isn’t a built in option do hide the header but you can make use of some custom CSS.
I can see you already have some CSS that hides recent posts from your home page. The CSS to hide the header image from all pages on your site apart from the home page works in a similar way:
.custom-header { display: none; }If you’d also like to hide the blue “learn more” widget from all pages apart from the home page then you can change the widget’s visibility settings via the Widgets panel in the Customizer. You can read more on visibility settings here:
Let me know how you get on or if I can be of extra help.
-
-
-
I tried this and it removed the Header from all pages even my home page, any suggestions on how to remove the Header image from every page but the home page?
-
@fingerrollpod, I’ve answered your separate thread here:
https://en.forums.wordpress.com/topic/remove-header-image-on-other-pages
- The topic ‘How to remove header from other pages : Karuna theme’ is closed to new replies.