• Hello,

    When i added the logo to my page, an irritating issue occurred. Previously when i was scrolling down on the site, the menu was popping up on the top frame and it was actually useful.
    Now, since i added the logo, it pops up with the logo, and it looks too big and distracting because it appears with the logo together.
    How can i fix this, remove the logo from the menu pop-up or make it appear smaller?

    Link to my site: csgogeek.com

    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Just visited your website.
    https://csgogeek.com/

    I am not seeing your logo on sticky menu.
    Did you manage to find a solution?

    If not, the following css code will remove your logo from sticky menu.
    Use in Theme Options -> Custom CSS

    .sticky-header #logo-image {
        display: none !important;
    }

    Thank you

    Thread Starter busilica

    (@busilica)

    Hi,

    Sorry for the delayed replay, and yes, i managed to fix it with about the same CSS code.
    Thanks for the replay tho, appreciated.

    Have a nice time

    You are welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to hide logo from the menu pop-up when scrolling’ is closed to new replies.