Can anyone help remove the search icon from a website header?

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

Hi,

our website is https://www.iguaneye.com.au

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

Thanks heap.

It works :grinning_face_with_smiling_eyes:

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.