Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #167119
    johntrue
    Participant

    Hi, I’m building a one page site using the audioman theme, and I am trying to remove the menu entirely. Being one page, it’s not needed & I’ve created custom buttons to help flow through the page. I’d like to remove the navigation/search/title section entirely so I can use that space for something else. Thank you!
    johntruemusic.com

    #167136
    Skandha
    Participant

    @johntrue: I checked your site and you seem to have resolved the issue of menu.

    Let me know if you have anymore issues!
    Kind Regards,
    Skandha

    #167564
    johntrue
    Participant

    Hey There,

    Actually, I haven’t figured out how to remove the menu section – I just deleted all menu options. The space taken up by the menu & the search bar still appear.

    I do have a second question too now – how do I change the location of the testimonials? I tried adding some, and I want them to come right above my contact sheet on my site, not in the header area.

    #167631
    Skandha
    Participant

    @johntrue: To remove the menu completely.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

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

    The option to change the position of sections(Section Sorter) is only available in pro version of the theme. I suggest you upgrade to pro. You can check out the additional-features available in the theme.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #178598
    [email protected]
    Participant

    Hello,

    Want to get rid of any menu from displaying. Can’t remove it from Appearence>Menu

    http://www.farmhouseconcertseries.com

    I added:

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

    In the Style.css but no success. Also added it in ‘Additional CSS’ and it still displays on desktop and mobile.

    Any help?

    #178610
    Skandha
    Participant

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

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

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #178652
    [email protected]
    Participant

    Hi.

    This did not resolve the menu from appearing in the Mobile or Tablet view. How do I get the menu removed from all versions?

    Thank you!

    #178671
    Skandha
    Participant

    @simplepetesgmail-com: Hello there,
    To remove the menu on tablet versions as well
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #menu-toggle {
        display: none;
    }

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

    #178693
    [email protected]
    Participant

    This worked! Thank you

    #178757
    Skandha
    Participant

    @simplepetesgmail-com: 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/simple-catch/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 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove menu/navigation’ is closed to new replies.