How do I remove the lens icon from the navbar?

Posted in: Newspaper
Post count: 9

Hello,

I’d like to remove the lens icon (and deactivate the search functionality). I didn’t find this option in theme panel, did I miss it?

Thanks in advance for your help.

Best regards,
Florence.

Post count: 20688

Hi,

There is no theme setting to remove it. You can hide it using this code, just enter it in Theme panel->Custom Css

.td-header-main-menu .td-search-wrapper {
display: none;
}

Before – https://www.screencast.com/t/BmN7jwzwW
Result with code added – https://www.screencast.com/t/KbdVBjVi

Thanks

Post count: 9

Hello,

Thank you very much, I confirm it’s working.

Best regards,
Florence.

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