Okay
  Public Ticket #2111598
Search Icon
Closed

Comments

  • quyenluu started the conversation

    IĀ used the below CSS to remove the search icon from my computer website, but it still appears on my mobile and tablet sites. Will you please show me how to remove it on those platforms? Thank you!

    #mobile-menu #mobile-search, header#top nav ul #search-btn { display: none!important; }

  •  3,024
    Andrew replied

    Hi there,

    Remove the search in mobile using the following css:

    .mobile-search {
        display: none !important;
    }
    

    Hope this helps.