How to disable (or hide) search on main menu

Posted in: Newspaper
Post count: 1

Hello,

How may i disable or hide search bottom on the main menu in newspaper theme?

Thank you.

Post count: 22421

Hi,
Unfortunately the theme has no settings for this but you can use a bit of css to do it:
.td-search-wrapper{
display:none!important;
}

Thank you!

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