Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #320197
    #320198

    Hey jaimemerz!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .header-scrolled .logo { opacity: 0; }

    Cheers!
    Yigit

    #320241

    Awesome – the logo disappears, but now there is a pretty large empty space where the logo should be (75px). Can I remove that empty space so the menu is closer to the top of the page?

    #320327

    Hi!

    You can replace the code with this:

    .header-scrolled #header_main > .container {
    display: none !important;
    }

    Regards,
    Ismael

    #320331

    Awesome! Worked like a charm. Thank you so much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hide logo with shrinking header’ is closed to new replies.