Quote:
Originally Posted by soundbarrierpro
Hi, very easy and very functional. I like it thank you. I want to change the color of the tabs from the powder blue though. Just the outline of the tabs. Do I need to find new tabs or can it be done in the script?
Thanks for the good work *INSTALLED*
|
Cheers Buddy
Just change the color of the .gifs and in the script you change the hex # of the color, you can change the color of the text and type of text too see below for a snipet of code to edit for the above
Code:
{
font: bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0px;
padding: 0px 0px 0px 15px;
}
img {
border: none;
}
#tabs1 {
float:left;
width:100%;
background:#F4F7FB;
font-size:93%;
line-height:normal;
border-bottom:1px solid #BCD2E6;
or you can tell me the colors you want and i'll make it for you
Take care