How to remove search bar from menu? Or remove the menu bar completely?

Posted in: Newspaper
Post count: 4

Hi,

I want to remove the search button from my main menu and if possible remove the menu completely.

Thanks

Post count: 20688

Hi,

If you would like to remove the header menu from your website, you will have to modify the theme files. Here is where the header menu is located – https://www.screencast.com/t/dhwuiwRw97Yb and you could comment or remove all the code from that file. Please consider making a backup before making any changes to the theme files.

Thanks

Post count: 4

Hey and if I just want to disable the search button from the main menu? How can I go about that?

Post count: 1341

Hey and if I just want to disable the search button from the main menu? How can I go about that?

The menu search can only be removed with css as there in so option to hide it.
Please use this code in the theme panel->custom css box

#td-top-search{
display:none!important;
}

https://forum.tagdiv.com/topic/remove-search-from-main-menu/

Post count: 4

Thanks worked great.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.