Hi there,
I tried many solutions on Shopify community which edited the code under theme.css.liquid but it didnt work on my site.
Could someone show me how to remove the search icon on the header please?
Our website: https://iguaneye.com.au
Regards,
Jimmy Nguyen
Hello @JimmyNguyen , Please give me Website URL
Please place this code at the end of theme.scss
.tt-parent-box:first-child .tt-dropdown-toggle {
display: none !important;
}
if this solution works, then please click on accepted as solution and give me like!!!
2 Likes
Thank you so much to accept my answer as solution and liking. If you want any customization in design or functionality, please feel free to contact me
Email: parambabla.soft@gmail.com
This didn’t help. I need to remove the search and the login icon from the top header.