I would like to get rid of the search icon that is next to “CHARMENTE”. Thank you!
Go to Themes> Customize> Click “Header”> Custom CSS> Add This Code
.header__search {display: none; visibility: hidden;}
Result:
Hope that helps!
@biznazz101
Okay, instead use the same code but Go to Themes> “…”> Edit Code> base.css> Add Code Above At The Bottom & Save


