getting rid of text

Solved
ym1999
Excursionist
17 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
3046 760 924

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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Reply 1 (1)
Moeed
Shopify Partner
3046 760 924

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 developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️