Tagged: tab section
Hi,
I would like to change the font size and font weight of the tab titles in the tab section.
I have seen some css codes in past support questions, but when placing these in the general styling quick css box. it doesn’t change anything.
Any ideas?
Thanks!
Hey ehoogstad,
Could you please attach a mockup of what you’re trying to achieve?
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hello Victoria,
Thanks for replying.
Enclosed you will find the link to the relevant page. I would like to slighly increase the font size of the tab titles (inhoud, voor wie, resultaat) and make it bold.
Thanks!
Egbert
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.av-inner-tab-title {
font-size: 20px;
font-weight: bold;
}
Best regards,
Yigit
Hi Yigit,
Thanks a lot! This works perfectly.
All the best,
Egbert
Hi Egbert,
Glad we could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit