Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #608716

    Hi there,

    I was able to use CSS to change the font size of the content in the tabs section but how do I change the size of the font for the Title of each tab?

    Thanks a million!

    Ben

    #608729

    Hey a00109943!

    Please use the following to your CSS

    .js_active .tab_titles .tab:first-child { font-size: 16px; }

    let us know if it works

    Regards,
    Basilis

    #609223

    That worked perfectly! Now something is going ton with my text in the actually content section, would you have the code to change that font size as well?

    Thanks a million!

    Ben

    #609408

    Hi Ben,

    Please try the following as well:

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

    Thanks,
    Rikard

    #610874

    Hi Rikard,

    That changed the font size for the accordion but not the tabs item.

    Any ideas?

    Ben

    #610904

    Hi!

    Please use following code

    .tab_inner_content {
        font-size: 14px;
    }

    Cheers!
    Yigit

    #611606

    Thanks a million Yigit!

    That works beautifully!

    Ben

    #611629

    Hey!

    Glad we could help you with this. We have put together some useful info about enfold theme please feel free to check it out here – http://kriesi.at/documentation/enfold/

    we really appreciate if you rate our theme on themeforest.

    Thank you for using Enfold :)

    Regards,
    Vinay

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.