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

    Hello i used the following css but does not work.

    .js_active .tab {
    font-size: 14px;
    }
    
    .js_active .active_tab {
    font-weight: bold;
    }

    Any other solution?

    Thank you

    • This topic was modified 8 years, 1 month ago by georgesociel.
    #587335

    Hey!

    Please try following

    .tab {
    font-size: 16px !important;
    }
    

    Best regards,
    Yigit

    #632166

    It worked thank you.

    How would one increase the size of the icons within the tab title area?

    #633062

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .tab_icon {
        font-size: 19px;
    }
    

    Best regards,
    Yigit

    #633206

    When I see it worked I feel thankful because this meets my need for support and reassurance I can customize this great theme!

    #633219

    Hi!

    You are welcome, glad we could help :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Increase tabs title font’ is closed to new replies.