Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1414218

    Hi Enfold

    How do I delete the search icon on mobile screens

    Cheer
    Alan ;)

    #1414262

    Hey Alan,

    I can’t see a search icon on mobile on the page you linked to, did you manage to find a solution already?

    Best regards,
    Rikard

    #1414313

    Goodmorning Rikard

    It’s still there, I’ve linked a screenshot of my mobile view

    Alan ;)

    #1414316

    Hi Alan,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive #top .av-main-nav #menu-item-search {
        display: none;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    #1414323

    Hi Nikko
    The mobile view is ok now, but I lost it at tablet vertical view, if possible I’d like to get it back on the tablet.

    Thanks ;)

    #1414325

    Hi Alan,

    Please add this CSS code above the last code I gave:

    @media only screen and (max-width:1250px) {
      .responsive #top .av-main-nav #menu-item-search {
        display: block;
      }
    }

    Best regards,
    Nikko

    #1414326

    Hi Nikko
    Awesome, thanks ;)

    #1414330

    Hi Alan,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to delete the search icon on mobile screens’ is closed to new replies.