Styling the Search Input Box

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
6/17/2015 3:51:59 AM
Gravatar
Total Posts 1

Styling the Search Input Box

LS

Iam able to add a and style a new search box by adding underlying to the layout master of my skin

<portal:SearchInput id="SearchInputBox1" runat="server"
  LinkOnly="false" 
  RenderAsListItem="false"
  ImageUrl="skinbase_magnifier.png"
  ButtonCssClass="searchbutton"
  TextboxCssClass="searchbox"
  OverrideWatermark="enter search terms"
  UseHeading="false"
  HideOnLoginPage="true"
  HideOnPasswordRecoveryPage="true"
  HideOnRegistrationPage="true"
  HideOnSearchResultsPage="true"
  HideOnSiteSettingsPage="true"
/>

But there is also a default search box of my site which is i think created by a j-script. 
I want to style this one but iam not able to find the file where i can change this. 
Tried to search but without any luck

We is able to help

Thx in regards

 

6/17/2015 4:55:19 PM
Gravatar
Total Posts 2239

Re: Styling the Search Input Box

I'm not sure what JS search box you would have on your site. Could you post a link to the site?

Thanks,
Joe D.

You must sign in to post in the forums. This thread is closed to new posts.