Shape 5

Joomla Templates => Touch of Soul - Club => : gorder December 14, 2009, 09:04:00 AM



: Hover on tab show and search button
: gorder December 14, 2009, 09:04:00 AM
Hi,

I found in the CSS where to change the background color for the register and login button but I cant seem to find the search button where would I change that.

Also I would like to change the hover color on the tab show from orange to something else.  Where might I find that ? 

thanks,


: Re: Hover on tab show and search button
: mikek December 14, 2009, 09:37:56 AM
Hello, the search button is controlled by:

#s5_search .button {
background:transparent url(../images/s5_search_button.png) repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
font-size:12px;
font-weight:normal;
height:25px;
margin:0 0 0 8px;
padding:2px 10px 4px 8px;
}

It's in the template_css.css file

The orange color is controlled by your highlight colors which are set in the template's configuration screen.


: Re: Hover on tab show and search button
: gorder December 14, 2009, 03:22:43 PM
OK thanks.  I was looking for the color and I see now there is a searchbutton.png that is what I have to change.