Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
How do I change the text that already stands in the search box? Right now it says search in a grey colour.
Hi Kathleen
This is a default WordPress widget unfortunately without any options like changing the placeholder text. There is probably a better way of doing this but here is how Andrew does it.
1. Install this plugin so we can paste PHP into widgets: https://wordpress.org/plugins/enhanced-text-widget/
2. Insert the new widget Enhanced Text Widget into the widget area.
3. Insert the search form code into that widget as follows:
Now you can replace the placeholder=”Search” with placeholder=”Suche”.
Hope that helps.
Magus
It’s not a widget, it’s the search item in the menu.
Hi Kathleen
My apologies, I thought you were referring to the search box in your sidebar. To change this text please add a copy of the file searchform.php from the Vantage theme into your Child Theme. Once done please navigate to Appearance->Editor and select the searchform.php file for editing.
Please look for this section in the text and change the Search term to whatever you require.
Let us know how you get on
Magus