Search icon showing up on responsive although disabled

Posted in: Newspaper
Post count: 4

I’ve selected Search position: hidden under the ‘header’ settings in the theme panel, now what’s happening is that on desktop the search disappeared, but if I resize the window so the responsive version gets displayed, the search re-appears. Is there a second setting to disable the search showing up in the menu when responsive is being used?

Post count: 35449

Hi,

If the search is appearing on mobile version then you need to use a custom css to remove it, the code need to be set in theme panel> Custom code> Advance code>
.header-search-wrap{
display: none;
}

-> https://i.imgur.com/eer87KZ.png
If you are using the mobile theme, then you need to use this custom css
.td-search-icon{
display: none;
}

And need to be set in theme panel> mobile theme > code code > css -> https://i.imgur.com/KB0zvjf.png

Thank you!

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