Skip to main content

Hide Sticky Menu on Mobile not working

Comments

7 comments

  • Sandra Prunici

    Hi,

    If you want to hide the hamburger title, you have to add the Custom CSS to hide it. I can suggest this Custom CSS code to the Menu options -> Settings -> Advanced -> Custom CSS. SeeĀ here.

    .brz-mm-navbar {
    display: none !important;
    }

    Best regards,
    Sandra

    0
  • Adam Nashman

    I've added that and it didn't work, I need to remove the entire sticky header

    0
  • Sandra Prunici

    Hi Adam,

    Maybe I misunderstand you and for this I'm sorry. I re-read your primary message and understand that you want to hide the header in the initial position and display it only when you start scrolling. Unfortunately, at the moment, it isn't possible to do this. The header can't be hidden in the initial position.

    Best regards,
    Sandra

    0
  • Adam Nashman

    Thank you again for your reply.

    Unfortunately, the issue I'm having seems to be a bug because the sticky header shown here only appears on the inner pages (not home page) and only when scrolling to the absolute bottom of the page (only happening on mobile), see video...

    0
  • Sandra Prunici

    Hi Adam,

    By default, Brizy doesn't have the option to hide the header in the initial position and make it visible on the scroll, therefore, I suppose that this behaviour was added using an external custom code. Unfortunately, in this case, we can't offer a solution or a suggestion. We can recommend checking the external code or invite (hire) a developer to help you with this.

    Let us know if we can help you with something else.

    Best regards,
    Sandra

    0
  • Adam Nashman

    No worries Sandra, I ended up figuring it out with...

    .brz-section__header-sticky-item {
    display: none;
    }

    0
  • Sandra Prunici

    Hi,

    Thank you for updating us regarding this inconvenience! Great to know that you could find a solution!

    Best regards,
    Sandra

    0

Please sign in to leave a comment.