hide search icon - publisher theme

Solved
kritikozzz
Excursionist
32 0 4

Hi,

 

I am looking to hide search icon on my website (Publisher theme) on both Desktop and Mobile

www.aurabyangelo.com

Publisher Theme 

 

Thanks!

Accepted Solution (1)
Uhrick
Shopify Partner
398 67 86

This is an accepted solution.

Hello, Kritikozzz, try going to Online store > '...' > edit code

Look for a file with the name of 'styles.css' or 'base.css' or 'theme.css' or something along these lines of a general name with a .css

At the end of it, paste this code:

.header__search {
display: none !important;
}
Shopify Developer
Hire me for theme customizations at ricardomsilvestre@outlook.com or Upwork
Was my answer helpful to you? Please like or mark as solution

View solution in original post

Reply 1 (1)
Uhrick
Shopify Partner
398 67 86

This is an accepted solution.

Hello, Kritikozzz, try going to Online store > '...' > edit code

Look for a file with the name of 'styles.css' or 'base.css' or 'theme.css' or something along these lines of a general name with a .css

At the end of it, paste this code:

.header__search {
display: none !important;
}
Shopify Developer
Hire me for theme customizations at ricardomsilvestre@outlook.com or Upwork
Was my answer helpful to you? Please like or mark as solution