This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Search Icon on Mobile

Open 3 replies general
11 years ago · Last reply by Andrew Misplon 11 years ago

Is there a way to get rid of the search button (magnifying glass) from the Vantage Theme’s Mobile site? Or can this be done on only the Premium Vantage theme? Thanks so much for the help! Love the template.

Marc

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 8 months ago

    Hi Marc

    Glad to hear you’re liking Vantage. It can be done using the following Custom CSS. If you’re running Vantage Free you’ll need to insert this into a Custom CSS plugin or the module included with Jetpack:

    /* Vantage Hide Search Icon on Mobile */
    @media screen and (max-width: 680px) {
    	#search-icon {
    		display: none;
    	}
    }
  2. Marc Hyde 11 years, 8 months ago

    Thanks for helping out a CSS illiterate guy!

    One more question (didn’t feel like making a new thread). On the mobile site, one of my pictures if flipped. Is there any reason for that? It’s on the page http://marchyde.com/meet-greet/

  3. Andrew Misplon Staff 11 years, 8 months ago

    For sure, glad we could help.

    I see the issue on Chrome iOS, definitely a first for me. After doing some reading it sounds like this may be due to data in the image. Please try this plugin: http://wordpress.org/plugins/image-rotation-fixer/. You’ll need to re-upload the image.

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.

Have a different question or issue?

Start New Thread