Home › Forums › Jevelin Theme › Enlarge tabs font
Home › Forums › Jevelin Theme › Enlarge tabs font
Hi Team,
Is there a way to make slightly bigger fonts that are used under tabs description?
I have few other sites and posts where I’m using tabs and would be great to get to a place that I can modify font size globally for all tabs.
See screenshot and link below to the website.
Thanks,
Marcin
Hi Marcin,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-tabs-filter li a { font-size: 14px; }
You can change font size 14 in the above code to increase or decrease tab font size.
Best regards,
Shufflehound team
Hi Team,
All works great. As always, thanks a lot for your help.
Cheers,
Marcin
Hi Team,
I have found one scenario that tab font is not enlarging as others.
I have Custom Posts for my offers and actually under mobile device (here iPhone) suggested custom CSS is not enlarging font. All works fine under desktop browser. All good as well for all Pages.
Is there a way to force enlarging tab font on mobile device under those custom posts?
See link below.
Thanks,
Marcin
Solution for this topic
To make it also work on mobile devices please use the following CSS code instead of above shared CSS code.
#page-container .sh-tabs-filter li a { font-size: 14px; }
All showing now perfectly.
Thanks a lot for your help!
You are most welcome here 🙂