Hello i used the following css but does not work.
.js_active .tab {
font-size: 14px;
}
.js_active .active_tab {
font-weight: bold;
}
Any other solution?
Thank you
It worked thank you.
How would one increase the size of the icons within the tab title area?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.tab_icon {
font-size: 19px;
}
Best regards,
Yigit
When I see it worked I feel thankful because this meets my need for support and reassurance I can customize this great theme!