Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #105051
    Pietro
    Participant

    Hi,
    on my website I want to leave only the secondary menu, on the footer, and to completely remove the primary menu. But even if i deselect the tick of primary menu, this theme leave me the same menu and, worst than before, it leaves me the complete menu (on my website I have some hidden pages I don’t want to show on the menu.

    So, how is it possible to completely remove the primary menu?

    Thanks

    Peter

    #105073
    Pratik
    Keymaster

    Hi @Franchesco,

    Strange we do not have that option in catch everest pro. I will discuss it with the team and maybe add it in next version if it gets approved(highly likely). For quick resolution, try following CSS code in Appearance=> Customize=> Additional CSS:

    
    #header-menu {
        display: none;
    }
    

    Let me know how it goes.

    Regards,
    Pratik

    #105074
    Pietro
    Participant

    Perfect Pratik!

    Thank you a lot!
    🙂

    Pietro

    #105116
    Pratik
    Keymaster

    Hi Pierto,
    Glad it worked out.

    Regards,
    Pratik

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to hide primary menu’ is closed to new replies.