How Change de Color Title of Horizontal Tabs?

Posted in: Newspaper
Post count: 42

Hello, e need to change the color of the horizontal tabs to #ffffff and take of the bassline.
http://www.magazinefeminina.com/

Post count: 22421

Hi,

You can use this custom css to do it:

.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab.vc_active > a, .vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab:hover > a{
color:white!important;
}
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container{
border:none!important;
}

Place the code in the theme panel->custom css box

Thank you!

Post count: 42

It Works! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.