Hi,
How can i change the a link font color in tab, and i have to remove underline in the tab style.

I tried doing this in tab sky.css file, But no changes took place in the design.

How can i fix this issues?

Thanks in advance,
AnAnD

Comments

kosmogos’s picture

Add the css to your style.css located in your /themes/templatename. That stylesheet is included last and should override any css that comes before it.

Anandyrh’s picture

Did it but i don't see any changes in the tab style,

It would be great if i just remove the underline for those links in the tabs.

pasqualle’s picture

the underline is not added by the sky style, it comes from your theme..

try this in your style.css:

.quicktabs_wrapper ul.quicktabs_tabs li a {text-decoration:none; color:green;}
Anandyrh’s picture

Status: Active » Closed (fixed)

Yes you are right, Underline is from the theme

Thanks & Regards,
AnAnD