Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1168733

    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!

    • This topic was modified 4 years, 11 months ago by ehoogstad.
    #1168999

    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

    #1170646

    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

    #1170756

    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

    #1170777

    Hi Yigit,
    Thanks a lot! This works perfectly.

    All the best,
    Egbert

    #1170780

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change font size and – weight of tab titles in tab section’ is closed to new replies.