Hi folks, How can I remove “search” text and leave the search snippet like the way it is. see screen shot for better understanding.
my store link
A user wants to remove the “search” text label from their store’s search widget while keeping the search functionality intact.
Solution Provided:
</head> tag in the theme.liquid file (not password.liquid as initially suggested)Implementation Steps:
</head> tagOutcome:
The solution was successfully implemented and confirmed working by the original poster.
Hi folks, How can I remove “search” text and leave the search snippet like the way it is. see screen shot for better understanding.
my store link
Hi @SinghSells ,
I have written custom CSS for this solution. Please follow below steps and let me know your feedback.
Follow these Steps:
Go to Online Store
Edit Code
Find password.liquid file
Add the following code just above tag
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
hi bro, are you sure I need to paste this in password.liquid file? as I did and nothing happened.
Yes, it was theme.liquid file. I tried and it works. Thanks
Thank I could help. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!