Remove Add Menu and Search

Hi there,

First let me congratulate you guys for the amazing theme.

I need some help removing Add Menu and Search, I already looked around for a way to remove add menu and search from the header but not lucky yet, I’m very new to wordpress.

I figured how to remove search with css code:

#site-navigation .search-widget-handle
{
    display: none;
}

But the “Add Menu” is still there.

Can anyone help me remove both from the page.

Thank you.

Hi @pedromrg,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other


.main-navigation .module-group.right {
    display: none;
}

Best Regards,
Movin

Awesome, thanks a lot it worked.

Final code:

#site-navigation .search-widget-handle
{
    display: none;
}
.main-navigation .module-group.right {
    display: none;
}

Hi. I’ve tried this method, but the search button and menu still remained there. any help?

Mines is gone… now the menu is just showing on the mobile versions :confused:

@vladt Could you please share me your site URL where it’s happening so that i can troubleshoot it?

the website is rustychoc.sk

it has disappeared on the computer, but on the mobile phone, there is still menu icon

@pedromrg

Mines is gone… now the menu is just showing on the mobile versions :/

Use the below CSS code to remove it.

#page .module.widget-handle.mobile-toggle {
    display: none !important;
}

@Movin thanks a lot for the help, it’s looking better and cleaner :slight_smile:

You are most welcome here :slight_smile:

How to add some search box on my website
I am hard noob :slight_smile:

@drago To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/shapely/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.