Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #645856

    Hi,

    how can I change the font size of the tabs title?

    I tried the following code but nothing happened:
    .js_active .tab_titles .tab:first-child { font-size: 16px; !important}

    #645878

    Hey crevlon,

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

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

    Best regards,
    Vinay

    #645887

    Works perfect! Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Tabs Title font size’ is closed to new replies.