Hi
Can you tell me how to change the font size in the tabs please.
Many thanks
Sorry – I should have made clear that it is the tab titles that I want to make larger.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-inner-tab-title {
font-size: 15px;
}
Best regards,
Yigit
Great – thank you!