Home › Forums › Support › Sticky Menu This topic has 3 replies, 2 voices, and was last updated 6 years, 10 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts October 26, 2017 at 3:18 am #410521 Drijen Hi there, I have a sticky navigation on my site. In the standard view (i.e. when user is at the top of the page, I don’t want a particular menu item to show, but when they start scrolling, I want them to see it). How can I achieve this? October 26, 2017 at 8:22 am #410681 LeoStaff Customer Support Hi there, First add hide-on-sticky to the the custom class of that menu item: https://docs.generatepress.com/article/using-the-wordpress-menu-builder/#custom-classes Then use this CSS: .main-navigation.navigation-stick .main-nav ul li.hide-on-sticky a { display: none; } October 26, 2017 at 8:38 am #410700 Drijen Sorry, a slight misunderstanding – I want it to SHOW on sticky only…but it’s ok, I fixed it by changing it to: #site-navigation .main-nav ul li.hide-on-sticky a { display: none; } Cheers!! October 26, 2017 at 8:51 am #410711 LeoStaff Customer Support No problem! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In