Home Forums Azuma Hide top bar widget when scrolling down

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12178
    info@estudionet.net
    Participant

    Hi, how can i hide the Top Bar widget when we srcoll down the page?

    #12189
    Andy
    Keymaster

    Add either of these snippets of CSS to Customize > Additional CSS

    #masthead.scrolled #top-bar {
        display: none;
    }

    or this may be smoother effect

    #masthead.scrolled #top-bar {
        visibility: hidden;
        height: 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Hide top bar widget when scrolling down’ is closed to new replies.