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;
}
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; }
Hi there,
Remove the search in mobile using the following css:
Hope this helps.