Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #207672

    Hi, my website is scoutcharleston.com/here. Under “Services”, each service lists out sub-services, using your tab content element. Is there a way to increase the type size on the tabs? Client thinks it’s a bit too small. Thanks!

    #207705

    Hey cally423!

    You can add following code to Quick CSS

    .active_tab_content .tab_inner_content { font-size: 16px; } /* increases the font size of tab content */
    .sidebar_tab .tab_titles .tab { font-size: 18px; } /* increases the font size of tab titles */

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Increase type size in Tabs Content Element’ is closed to new replies.