Remove search icon on mobile version

Solved

Remove search icon on mobile version

Iozols
Tourist
9 0 1

How to remove search icon on mobile version? I remove icon from destop version but on mobile its still on! 

qx-lushy-demo-4

Ekrānuzņēmums 2025-02-21 202908.png

Accepted Solution (1)

LizHoang
Shopify Partner
1251 159 196

This is an accepted solution.

Hi @Iozols 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.css and add this code at the end of the file

 

span.modal__toggle-search-mobile {
    display: none !important;
}

 

Result 

LizHoang_0-1740188377405.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Replies 3 (3)

Lakshya_design
Shopify Partner
21 2 3

Hello @Iozols 

1. Go to Shopify Admin → Online Store → Themes.
2. Click Actions → Edit Code on your active theme.
3. https://prnt.sc/reC-zd-b6zBY
-Need a Shopify Expert? Chat on WhatsApp: [+918959753485]
-Grow Your Store with Affiliate Marketing – [UpPromote: Affiliate & Referral]
-Helpful Answer? Mark it as a solution & give it a like!
-Get Custom Shopify Solutions! Contact me for theme edits, app recommendations & store optimization.
Iozols
Tourist
9 0 1

I have like this, maybe somwere else i need to look?

Ekrānuzņēmums 2025-02-21 211340.png

LizHoang
Shopify Partner
1251 159 196

This is an accepted solution.

Hi @Iozols 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.css and add this code at the end of the file

 

span.modal__toggle-search-mobile {
    display: none !important;
}

 

Result 

LizHoang_0-1740188377405.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program