Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi!
On visual composer I put tabs, on style: theme style minimal.
thru custom css I want to change the tabs section style to:
Font: lato
Size: 18
Unselected tab color: #333333
Selected tab color: #4285f4
page: http://naturalnica.com/hoome-play/
Thanks in advance!
Hi Castor,
Add the following CSS to get the wanted results:
.wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-tabs-list li a {
font-family: "Lato", sans-serif;
font-size: 18px;
} .wpb_wrapper .vc_tta-tabs.vc_tta-style-theme-styled-minimal .vc_tta-tabs-list li.vc_active a {
color: #4285f4;
border-bottom-color: #4285f4;
}
Best regards,
Laborator Team
Thanks so much! :)
You're welcome :)
Best regards,
Laborator Team