turnoff/hide search icon off the main menu bar

Posted in: Newspaper
Post count: 44

hello, i wish to take the search icon off the main menu bar and just use the search widget in the sidebar, how do i take this off/turn off on the main menu?

Post count: 1341

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!

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

Post count: 44

thanks that did the job

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