How to hide the Search Text Box from DotNetNuke Menu bar Print

  • 0

How to hide the Search Text Box from DotNetNuke Menu bar

To remove / hide the Search Text Box from DotNetNuke Menu bar:

  • Open the Skin file (../Portals/_default/skins/MinimalExtropy (or your custom skin folder)/index)
  • Remove the following code and save the file
                                   

<dnn:search runat="server" id="dnnSEARCH"  CssClass="ServerSkinWidget" UseDropDownList="true" Submit="Search" />     


Was this answer helpful?

« Back