1

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" />

joshlfisher
  • 115
  • 1
  • 2
  • 8

2 Answers2

3

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

Artur Udod
  • 4,465
  • 1
  • 29
  • 58
Hans Derks
  • 1,027
  • 7
  • 7
0

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