Hi, how can I increase the font size of the active tab title text?
Hey DROR,
Try adding this css code:
#top .av-tab-section-tab-title-container span.av-inner-tab-title {
font-size: 16px;
}
Hope it helps :)
Best regards,
Nikko
Thanks but that make all the titles bigger. I want only active tab title to be bigger. How can I do that?
Hi bakbek,
Can you remove the code I gave you and use this instead:
#top .av-tab-section-tab-title-container .av-active-tab-title span.av-inner-tab-title {
font-size: 18px;
font-weight: 700;
}
Best regards,
Nikko
Thanks!
Can I changed the background color of only the active tabs? The background color behind the image and title text.
Hi bakbek,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.js_active .av-layout-tab,
#top .av-tab-arrow-container span {
background-color: pink;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria, I meant a different thing. See screenshot.
Hi bakbek,
Oh :)
Best regards,
Victoria