How to edit the search bar text in the Brooklyn theme?

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”
},

@memax ,

  1. From your Shopify admin, navigate to online store > themes > actions > edit languages:

  1. Find the piece of text you want to change in the “filter items” field.

  1. Change it wherever it shows up.

Kind regards,
Diego

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