removing header in sketch theme
-
Hello,
I am using a header on my main page but I would like to remove the header from subsequent pages. Is there a way to do that? I am using the Sketch theme.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
This would be possible with Custom CSS, which is available with the Premium or Business plans.
If you decide to upgrade to one of those plans, you would then add this CSS in the Customizer’s CSS panel:
.custom-header { display: none; } .home .custom-header { display: inherit; }Just let us know if you have any other questions.
- The topic ‘removing header in sketch theme’ is closed to new replies.