Site logo

[Resolved] Hide header but not sticky menu

Home Forums Support [Resolved] Hide header but not sticky menu

Home Forums Support Hide header but not sticky menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2469913
    Holly

    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/

    #2469978
    Ying
    Staff
    Customer Support

    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.

    #2474889
    Holly

    Thank you! That works!

    #2475078
    Ying
    Staff
    Customer Support

    No Problem, glad to help 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.