Home › Forums › Support › Sticky header only visible on hover This topic has 1 reply, 2 voices, and was last updated 6 years, 8 months ago by Tom. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 21, 2016 at 1:02 am #228215 Eugen Hi, I like sticky headers, however, sometimes they’re annoying and use content space which makes the content window seem smaller. Is there a way to show the sticky header only on hover? Thank you very much Eugen September 21, 2016 at 9:49 am #228340 TomLead Developer Lead Developer You could try something like this: .main-navigation.is_stuck, .main-navigation.navigation-clone { opacity: 0; } .main-navigation.is_stuck:hover, .main-navigation.navigation-clone:hover { opacity: 1; } Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In