Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #281939
    otisgore7
    Participant

    Is there a way to completely hide the main menu?

    #281940
    Helmut Pangerl
    Participant

    Try this:
    Go to => Appearance => Customize => Menu => Disable Header
    no guarantee i am not a specialist!

    #281942
    Skandha
    Participant

    @amazonhelmut-pangerl-de: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-header-menu {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #282093
    otisgore7
    Participant

    I used this and it works:

    .main-navigation {
    display: none;
    }

    Thanks for responding 🙂

    #282097
    Skandha
    Participant

    @amazonhelmut-pangerl-de: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/fotografie/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘disable main menu’ is closed to new replies.