Hi,
how can I change the font size of the tabs title?
I tried the following code but nothing happened:
.js_active .tab_titles .tab:first-child { font-size: 16px; !important}
Hey crevlon,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.tab {
font-size: 18px!important;
}
Best regards,
Vinay
Works perfect! Thanks!