Solved

How to remove search icon on header?

JimmyNguyen
Tourist
19 0 2

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

Accepted Solution (1)
Hardik29418
Shopify Partner
2913 419 1084

This is an accepted solution.

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!!!

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email

View solution in original post

Replies 6 (6)

Hardik29418
Shopify Partner
2913 419 1084

Hello @JimmyNguyen , Please give me Website URL

 

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
JimmyNguyen
Tourist
19 0 2

Hi,

 

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

Hardik29418
Shopify Partner
2913 419 1084

This is an accepted solution.

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!!!

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
JimmyNguyen
Tourist
19 0 2

Thanks heap.

 

It works 😄

Hardik29418
Shopify Partner
2913 419 1084

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

- Need a Shopify developer? Chat on WhatsApp or EMAIL ME!


- Your Coffee Tip would do Magic code ❤️
- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Email
shoproyalqueen
Tourist
9 0 1

This didn't help. I need to remove the search and the login icon from the top header.