Pregunta

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

¿Fue útil?

Solución

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

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top