Remove logo/sticky menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #8133
    jlebrun
    Member

    I have checked Disable Sticky Menu but the logo still appears with the sticky menu area wrap as I scroll down the page. How do I disable the entire thing? See attached.

    #8146
    Raghavendra
    Moderator

    Can you post a private message here with the link to the site so that I can check what really is happening? Thanks

    #8213
    jlebrun
    Member
    This reply has been marked as private.
    #8240
    Raghavendra
    Moderator

    You can just use the following Custom CSS to disable the sticky menu –

    #sticky-menu-area-wrap {
    display: none !important;
    }
    
    #8254
    jlebrun
    Member

    Thank you, that works.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove logo/sticky menu’ is closed to new replies.