[Support request] Sticky header only visible on hover

Home Forums Support [Support request] Sticky header only visible on hover

Home Forums Support Sticky header only visible on hover

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #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

    #228340
    Tom
    Lead 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;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.