Thread: css edit to tab
View Single Post
  #2  
Old 04-16-2008, 01:21 PM
  kube's Avatar 
kube kube is offline
 

X-Adept
  
Join Date: Sep 2005
Location: London: a small place East of Wales
Posts: 529
 

Default Re: css edit to tab

Hi mymacstore,

If you have used the DIV for the sole purpose of changing the link colours I'd suggest removing them and adding the below to your skin1.css file instead...

.Tab A, .Tab A:link {
color: #ffffff;
font-size: 20px;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
text-decoration: none
}

I changed the font-size to 20px, sorry it was a little excessive ;D
Also remove the font-family selector if you're using that font-family already.

Hope this helps.
__________________
Doms
kube v4.1.9
Reply With Quote