How can I remove search bar text on mobile devices?

Solved

How can I remove search bar text on mobile devices?

ym1999
Excursionist
23 1 4

ym1999_0-1698054713047.png

 

Hi all, for my store (et-tani.com), how can I get rid of the text (underlined in blue above in the screenshot) in the search bar within the hamburger menu on mobile devices? thank you in advance 

 

Accepted Solution (1)

Moeed
Shopify Partner
7013 1892 2311

This is an accepted solution.

Hey @ym1999 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
label.field__label {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1698057253512.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
7013 1892 2311

This is an accepted solution.

Hey @ym1999 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
label.field__label {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1698057253512.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications