Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #241837

    Hi,
    i finally managed most of the header issues, connected to the transparent version i would like to achieve on http://www.musikzentrale.net.
    Only thing i cannot figure out yet is having the social icons and additional navi appears on scroll, at the time, when the main header switches from transparent one to white one? Is it possible?

    Thanks for your support,
    Sebastian.

    #242109

    Hey Sebastian!

    You only want the top bar to show once you scroll? Add this on Quick CSS or custom.css:

    #header_meta { display: none; }
    .header-scrolled #header_meta { display: block; }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.