• Hey, awesome theme. I’m looking to remove search from the menu in mobile site. I was able to remove it from desktop site by going into Theme Settings–>Navigation. But it still shows in the Menu of the mobile site.

    Anyone have any ideas?

    Thanks a lot,

    David

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi David

    Try the following under Appearance > Custom CSS and adjust as needed:

    /* Hide Search on Mobile */
    @media screen and (max-width: 760px) {
      #search-icon { display: none; }
    }

    Kind regards

    Andrew

    So I know this is a bit late, but in case someone else comes across this, here is the CSS I used to hide the search form on the mobile menu:

    .mobile-nav-frame form.search { display: none; }

    And if the theme author finds this: Please have the mobile menu honor the “Search in Menu” setting. We shouldn’t have to hide it with CSS after we’ve already unticked that box. Other than that, excellent theme, and thanks 🙂

    Is there a way to remove the search icon from the taskbar on the mobile site since it doesn’t work?

    Hi TechnoWolf1. We’ve moved all support to our forum. Please open a thread and I’ll pick it up.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove search in Vantage mobile’ is closed to new replies.