Dear Annette
@afb
The menu bar will hide when scrolling down and appear when scrolling up or with Mouseover, im sure you have seen these settings within Customize >
However there is no option for "hitting" page bottom & this would need to be custom coded by you, i can set you in the right direction though! 🌝
The Menu bar disappears when the Class hidden is added to it. Here you can see the difference in the HTML Code:
The Menu is visible:
Screen Shot 2022-03-10 at 11.46.03 AM.png
And the menu hidden ( noticed class: hidden is added to the element ):
Screen Shot 2022-03-10 at 11.45.56 AM.png
Therefore you would want a piece of code (jquery) saying: "When the user is at the bottom of the page -- ADD the class "Hidden" to the .navbar element"
https://laytheme.com/documentation/custom-javascript.html
https://stackoverflow.com/questions/35657183/add-remove-class-when-close-to-bottom-of-page
Hope this helps Annette & have a wonderful day ⭐️
Richard