Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1201527

    Hi,
    Is it possible to hide the search magnifying glass in the menu, but only on mobile ?
    Because, the search magnifying glass overwrite the logo in my site.

    Thanks

    #1201784

    Hey ppi37,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #menu-item-search {
      display: none;
    }
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.