PDA

View Full Version : Search button and menu bar colour change


Anonymous
08-24-2005, 06:46 PM
Hi all hope you can help. I want to change the search button and menu bar on which it sits colour. I understand that this has to be done in the CSS but i dont know where? :cry: please help thx

Sharr76
08-24-2005, 07:15 PM
Hi

Its in the main css file and you need to find this:

.btn{
font-size: 8pt;
font-weight: bold;
border: 1px solid #5e74b3;
background-color: #FF3300;
height: 17px;

and change the background color, this is for the buttons only.

:wink:

Anonymous
08-25-2005, 01:12 AM
Thx for your help would never have found it! :D