Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

change tab font style

Home / Forums / Virtue Theme / change tab font style

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
November 13, 2015 at 10:11 am

Hi, I want to change the “Tab short code” title font color, according to the research in forum, found some codes, but it does’t work very well.
I want to active tab title: font should be white with background color #2a5b83
inactive tab title: font should be #2a5b83 with white background
When the mouse place on the active one, color don’t change (white font with blue background), when mouse is on the inactive one, color changes.
than, how to adjust the font size? The min is 12px? the Max is?

Voici the code:

.nav-tabs>li.active>a {
color: #ffffff;
font-weight: 600;
font-size: 18px;
font-color: white;
background-color: #2a5b83;
}
.nav-tabs>li>a {
color: #2a5b83;
font-weight: 200;
font-size: 14px;
}
.nav-tabs>li.active>a:hover {
color: #2a5b83;
}
.nav-tabs>li>a:hover {
color: #2a5b83;
}

Thanks!

  • The forum ‘Virtue Theme’ is closed to new topics and replies.