Hi there,
I hope this is a simple one.
I’d like to change the text in the search bar from ‘Search our store’ to ‘Search my store’. Is there a quick solution for this, please?
Thanks in advance.
Max
Hi there,
I hope this is a simple one.
I’d like to change the text in the search bar from ‘Search our store’ to ‘Search my store’. Is there a quick solution for this, please?
Thanks in advance.
Max
@memax Hello
Open en.default.json (locales > en.default.json)
Find this search block update the “placeholder” text
search": {
“no_results_html”: “Your search for "{{ terms }}" did not yield any results.”,
“results_for_html”: “Your search for "{{ terms }}" revealed the following:”,
“title”: “Search”,
“placeholder”: “Search my store”,
“submit”: “Search”
},
Perfect, thank you so much Diego!
@memax ,
You’re welcome.
Kindly make sure to click on the button “Accept as Solution” below whichever answer solved your problem.
This way people with similar issues can also benefit from this in the future.
Kind regards,
Diego