It's defined in the theme files. If you open up Web\App_Data\Themes_Template\Default\skin\Default.skin, you will see
<asp:Image runat="server"
imageurl="/dyimage.axd?type=button&cornersize=10&text=Go&width=30&bkgroundcolor=%UrlEncoded_Button Background Color%&color=%UrlEncoded_Button Gradient Start Color%&textcolor=%UrlEncoded_Button Text Color%&backcolor=%UrlEncoded_Button Gradient End Color%"
skinid="doSearch"
/>
What you need to do is to change the Button Background Color to the same color the button sits on. You can also create the button by using your favorate image editor, upload it to your server and refer it in the skin file.
DotShoppingCart Staff
|