Remove Search from Main Menu

Posted in: Newspaper
Post count: 2

How do I remove the search glass icon from the main menu bar?

Thanks

Post count: 22421

Hello,

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;
}

Thank you!

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