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

    Hi
    How do you change the size of the font in the tab headers and in the tab content? Also, is it possible to highlight the tab headers?
    Thanks

    #427440

    Add code to style.css in your child theme.

    Tab Headers:

    .js_active .tab {
    font-size: 11px;
    }

    Tab content font size is handled within the Enfold Settings, its a global font size setting.
    Alternatively you can add this code to your style.css in your child theme:

    .active_tab_content .tab_inner_content {
    font-size: 11px;
    }

    to change the background {highlight} colour of the tab:

    div .main_color .tabcontainer .active_tab {
    background-color: #000;
    }

    #427738

    Hey!

    Please refer to @luke86’s post above

    @luke86
    Thanks :)

    Cheers!
    Yigit

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