Looking to remove search icon header Woodstock theme

Hi community! :slightly_smiling_face:

I am looking to remove the search icon header Woodstock theme, hope anyone has a solution!

Here is the website preview: https://breezesensation.myshopify.com/?_bt=eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaEpJaUppY21WbGVtVnpaVzV6WVhScGIyNHViWGx6YUc5d2FXWjVMbU52YlFZNkJrVlUiLCJleHAiOiIyMDI0LTA1LTAzVDIxOjI0OjM5LjI4M1oiLCJwdXIiOiJwZXJtYW5lbnRfcGFzc3dvcmRfYnlwYXNzIn19–800c7739ad7c1482b2ea459bde3369cefc98978f

Password: bahgli

Let me know if you need anything from me! Thanks a million for the help in advance.

Hi @Onlinetrap ,

You can follow these steps:

  • Go to Online Store => Edit code

- Find file critical-base.css and paste code below to end of file => Save

.header__icons .header__search {
   display: none !important;
}
  • Final result

Hope this help you!