How to hide the search engine of my store?

How to hide the search engine of my store?

www.welldonecase.cl

Thanks

1 Like

Hello @Lorenita

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.search-modal__content.search-modal__content-bottom {
display: none;
}

Use this code

.search-modal__content.search-modal__content-bottom {
display: none;
}
1 Like