Site logo

Archived topic

Hide header but not sticky menu

3 replies · Started by Holly on December 21, 2022

Viewing posts 1–4 of 4

Hi. I'd like to hide the header on the home page, but I still want the sticky menu to show when the page is scrolled. All the options for hiding/disabling the header seem to disable the sticky menu header too. Thanks for the help!

The home page that I am talking about is this one (there is a temporary coming soon on the front page):
https://janejackson.com/jane-jackson-art-object/

Hi Holly,

Here's the CSS for the homepage:

body.home .site-header .inside-header > *:not(nav#sticky-navigation) {
    display: none;
}

But it won't work on your current linked page as it's not been assigned as the homepage yet.

Thank you! That works!

No Problem, glad to help :)

This archived topic is closed to new replies.