Tagged: Tab element
Hi there,
how can I increase the font size for the tab element titles?
They are pretty small and I’d like them a lot bigger.
Thanks for your help.
Antonio
Hey Antonio,
Thank you for the inquiry.
You can use this css code to adjust the style of the tab titles:
#top div .tabcontainer .tab {
font-size: 20px;
padding: 12px 24px 14px 24px;
}
Best regards,
Ismael
Thank you @Ismael,
regrettably, it doesn’t seem to do anything. I also change the font size to 26px to see and no change at all.
What else can I do?