Question

How do I edit the default text 'Search...' that appears inside my search bar? I am using DNN 7.1

Here is my skin object:

<dnn:SEARCH ID="dnnSearch" runat="server" ShowSite="false" ShowWeb="false" EnableTheming="true" Submit="Search" CssClass="SearchButton" />

Was it helpful?

Solution

You can change the text Search... In file admin\Skins\App_LocalResources\Search.ascx.resx in setting Placeholder.Text

OTHER TIPS

you can change from here see the above highlighted portion.enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top