Reputation: 115
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" />
Upvotes: 1
Views: 3503
Reputation: 117
you can change from here see the above highlighted portion.
Upvotes: 0
Reputation: 1027
You can change the text Search... In file admin\Skins\App_LocalResources\Search.ascx.resx
in setting Placeholder.Text
Upvotes: 3