How to disable mobile search completely?

Posted in: Newsmag
Post count: 55

Hi,

Mobile search button is nearly impossible to click. That’s why I want to disable it completely

How can I do it?

Regards

Post count: 35449

Hello,
Unfortunately, there is no option in Newsmag theme to remove the search option. What can be done is to use a css to hide it.
For example if is used the responsive version, then it can be used this css
#td-top-search{
display: none;
}

and the code need to be set here -> https://i.imgur.com/AQD7Fp3.png
If you are using the mobile theme plugin the css is this one
.td-search-icon{
display: none;
}

and need to be set in this place -> https://i.imgur.com/6xrotZH.png

I hope this will help you!

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