Hello,
I would like to change the font size and colour of my tab title. So far my CSS looks like this...
.js_active .tab {
font-size: 16px;
text-transform: propercase;
color:#006666;
}
But the title is only the color:#006666 when not on that tab - http://etool.net.au/terms-and-conditions/
Please can you advise what code I should use to have the font this colour all the time.
Thanks, Siobhan














