Hide Sticky Menu on Mobile not working
I noticed that the sticky menu on mobile only is showing when I scroll all the way to the bottom of the page. I can't find a way to remove the sticky menu as there's no menu on the page in the first place.
-
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,
Sandra0 -
I've added that and it didn't work, I need to remove the entire sticky header
0 -
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,
Sandra0 -
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 -
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,
Sandra0 -
No worries Sandra, I ended up figuring it out with...
.brz-section__header-sticky-item {
display: none;
}0 -
Hi,
Thank you for updating us regarding this inconvenience! Great to know that you could find a solution!
Best regards,
Sandra0
Please sign in to leave a comment.
Comments
7 comments