Is there a way for me to replace this text without messing with the core-theme code?
I’m referring to the code below in the label tag that is displayed on the main screen with the live search functionality.
<label for="s">Have a question? Ask or enter a search term.</label>
Hi There,
Thanks for writing.
At the moment and with the theme as it is right now, the way to do that would be editing the file header.php
On line #120, you’ll find the text. You can replace that with the text you might need.
Best,
Juan.
Got it. Thanks for the quick reply.
I was just looking to see if there are any options in the theme that I might have missed.
I’ll proceed to change the header.php then.
No problem.
Yes, we have decided to have it that way at the moment because of multisite installs. If we set that string as an option then it’ll be a problem for multilanguage knowledge bases.
We’re trying to improve this.
Best,
Juan.