Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I have it set so the search does not show in the menu, yet it does. How can I get rid of it even if the setting says for it not to display?
I have testing this using screenfly.com for several different platforms and the search box remains intact.
So, I took this .mobile-nav-frame form.search input[type=search] and in the custom css I added display:none;
it worked but I would rather not use a display none as that can create problems for seo.
Is there any other way to get rid of the search box when view on a mobile phone?
Hi travisso
Thanks for running Vantage.
To summarise for anyone else reading, Vantage currently doesn’t disable the mobile menu search field when you disable the main menu search field. This is a pending request that we have logged and will hopefully be added to the theme options moving forward.
Unfortunately for the moment the fix would be, as you’ve done, to use Custom CSS to hide the field:
Insert the above into Appearance > Custom CSS and hit Save.