Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #82200
    rickm813
    Participant

    Is it easy to make the header top menu bar stick to the top of the page so that it is always showing?

    Or could I get rid of the menu bar completely so that the whole page will shift up?

    #82233
    Mahesh
    Keymaster

    Hi @rickm813,

    Yes, both are possible.
    For sticky menu, you have to create child theme (details to create child theme is HERE) and add some scripts and styles to it. If you want this alternative, let me know and I’ll provide you the codes.

    And for second alternative, to hide menu bar completely, add the following CSS in “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box:

    .nav-primary.search-enabled{
        display: none;
    }

    Regards,
    Mahesh

    #82258
    rickm813
    Participant

    That removed the menu bar above the slider but the menu at the very top with the social icons on it. I figured out the code:

    #header-top .widget {
    display: none;
    }

    #82281
    Mahesh
    Keymaster

    Hi @rickm813,

    That’s great, you figured yourself.
    I thought you meant the nav bar, nevermind.

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header Top Menu’ is closed to new replies.