How can I remove the search icon next to 'CHARMENTE'?

How can I remove the search icon next to 'CHARMENTE'?

Simon159
Explorer
119 0 21

Screenshot 2024-02-08 at 12.06.58 PM.png

 I would like to get rid of the search icon that is next to "CHARMENTE". Thank you!

https://charmente.com/

 

Replies 3 (3)

biznazz101
Shopify Partner
494 50 97

Go to Themes> Customize> Click "Header"> Custom CSS> Add This Code

.header__search {display: none; visibility: hidden;}

 

Result:

biznazz101_0-1707413677981.png


Hope that helps!
@biznazz101

Don't hesitate to reach out for more help with your store.
SEE OUR TASK STORE or check us out via our profile! FREE STORE AUDIT
Simon159
Explorer
119 0 21

Screenshot 2024-02-08 at 4.13.11 PM.png

I get this message when I put in this code.

biznazz101
Shopify Partner
494 50 97

Okay, instead use the same code but Go to Themes> "..."> Edit Code> base.css> Add Code Above At The Bottom & Save

Don't hesitate to reach out for more help with your store.
SEE OUR TASK STORE or check us out via our profile! FREE STORE AUDIT