Removing the Search Function

Posted in: Newspaper
Post count: 1

How do I remove the search function from the main menu?

Post count: 22421

Hello,

If you want to remove the search, you can either remove it from the theme code:

https://www.screencast.com/t/cHOgFJWa and https://www.screencast.com/t/0EGoJpGE9g
or hide it with a css code you cna add in the theme panel-> custom css box:

.td-search-wrapper{
display:none;
}

Thank you!

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