Home>Support>Search box displaying in menu

Search box displaying in menu

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.

URL: http://www.gotpoopfreescoop.com

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 26 days ago travisso

    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?

  2. 10 years, 26 days ago Andrew Misplon
    Hi, I Work Here

    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:

    /* Hide Search In Mobile Nav */
    
    .mobile-nav-frame form.search input[type=search] { display: none; }
    

    Insert the above into Appearance > Custom CSS and hit Save.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More