Home>Support>Search icon in mobile view

Search icon in mobile view

By BeeNi, 6 years ago. Last reply by Alex S, 6 years ago.
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].

Hi,

A while ago I posted a bug report about a missing search icon in the menu in tablet view (https://siteorigin.com/thread/missing-search-icon/). This was fixed in the last update of the Vantage free theme. However it seems a new bug was introduced; the search icon now shows even in mobile view, which I assume it should not (at least I’ve never seen it there before, and it looks really out of place). In mobile view I had to check “Mobile menu search” to get a search option. The search option would then show up in the special mobile menu. Now a search icon is displayed in the header without me having to enter the menu, just like in the computer and tablet views.

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

  1. 6 years, 8 months ago Alex S
    Hi, I Work Here

    Hi BeeNi,

    The Search Icon in the menu is meant to appear mobile and tablet devices. You can hide the search icon on tablet/mobile by adding some custom CSS to your website.

    You can hide the icon on tablet and mobile with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    @media (max-width: 768px) {
    	#search-icon {
    		display: none;
    	}
    }
    

    You might also need to install the SiteOrigin CSS Editor.

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