- This topic has 9 replies, 3 voices, and was last updated 3 years, 9 months ago by
Skandha.
-
AuthorPosts
-
March 3, 2019 at 4:08 pm #167119
johntrue
ParticipantHi, 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.comMarch 4, 2019 at 3:12 am #167136Skandha
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,
SkandhaMarch 9, 2019 at 4:13 pm #167564johntrue
ParticipantHey 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.
March 11, 2019 at 2:52 am #167631Skandha
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,
SkandhaAugust 1, 2019 at 7:11 pm #178598[email protected]
ParticipantHello,
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?
August 2, 2019 at 12:09 am #178610Skandha
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,
SkandhaAugust 2, 2019 at 2:20 pm #178652[email protected]
ParticipantHi.
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!
August 2, 2019 at 11:42 pm #178671Skandha
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,
SkandhaAugust 3, 2019 at 11:09 am #178693[email protected]
ParticipantThis worked! Thank you
August 5, 2019 at 12:27 am #178757Skandha
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 -
AuthorPosts
- The topic ‘Remove menu/navigation’ is closed to new replies.