Search button on mobile devices

Posted in: Newspaper
Post count: 59

Hello,

I do not want to have search button on my website, so i have chosen search position to be in top bar and i disabled top bar, not to show search.
however on mobile devices it still shows search button.
see the image:

How could i remove it?

Thanks.

Post count: 22421

Hello,

Please add this code in the theme panel under the custom code section.

.td-search-btns-wrap{
display:none!important;
}

Thank you!

Post count: 59

Does not work, it is still same 🙁

Post count: 22421

Hello,

If you are using the mobile theme plugin, you have to place the code in the mobile theme section at the very bottom of the theme panel. Make sure you clear cache afterwards.

Thank you!

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