My client wants me to remove unused Menus but I’m worried I remove menus that are in use by being inserted manually on a page.
]]>Could you please help me to remove Woocommerce submenu “Checkout Form” title for Shop Owner user role using functions.php?
Thank you so much in advance.
]]>How I can do it?
Its just have logo,search box and cart.
I don’t want Menu Bar in Heading.
My site url is “https://salils7.sg-host.com/”
]]>Its not detected by Adminize plugin and editing functions.php also does not hide it, using either
remove_menu_page(‘page=metaslider’);
remove_menu_page(‘metaslider’);
How can I hide it from a non-admin user? I don’t want my admin staff to access the slider
]]>I’m currently creating a one page ‘temp’ website whilst I start work on the full website. As this is only one page – I would like to remove the menu strip across the top of the page.
Is there a way to fully remove the menu specifically for the Enigma theme? (I’ve tried a couple of options from other theme support pages)
Currently, I’m just seeing a white strip where the menu page links would be which I would like to remove. For extra info, I’m using a static page for the homepage rather than posts.
Many thanks!
]]>I’m good with my desktop site but on the mobile version there is an addition menu (top right box that say menu) – how do I get rid of that- or make it so the mobile just has one menu instead of the two. I’m using 2016 theme…
and would very much like to find a plugin for this as I’m not comfortable using css yet (sorry sorry)
On my website www.cleanerstogo.co.uk I’ve used
.page-id-5091 .main-navigation {
display: none;
}
In my child theme, which works but I can’t work out what to select for the footer.
Has anyone else set up landing pages with Celestial Lite and if so, what’s the missing name?
FWIW I’ve tried
.page-id-5091 .footer {
display: none;
}
.page-id-5091 .st-footer-wrapper {
display: none;
}
.page-id-5091 .st-footer {
display: none;
}
None of which work? Has anyone else set up landing pages with Celestial Lite and if so, what’s the missing name?
]]>As a continuation of my previous question, I want to keep working on the final version (with several pages and navigation menu) while displaying the current home page (as a coming soon page, but I don’t want any plugin).
Therefore, I need to remove the navigation menu from a single page, and for all devices, but only on that page.
Could you please tell me how to do it?
]]>