Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #630313

    Hi there,
    Is it possible for me to be able to modify the formatting of the Tabs content element? Specifically, I would like to be able to:
    1. set the font size
    2. set the closed tabs background colour
    Thanks for your help!
    Steve

    #630319

    Hey BlueprintECM,

    Please use the below css
    Feel free to change the color and font values to suit your design :)

    /* Tab Font size */
    #top .main_color .tabcontainer .tab {
        font-size: 20px!important;
        background-color: gray!important;
    }
    
    /* Active tab*/
    #top .main_color .tabcontainer .tab.active_tab {
        background-color: gold!important;
    }
    

    Best regards,
    Vinay

    #630833

    Hi Vinay, that worked brilliantly – thank you!
    One thing – could you please also include the code that will allow me to change the font size of the tab contents?
    Thanks!

    #631401

    Hi,

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

    
    .tab_inner_content {
        font-size: 16px;
    }
    

    Best regards,
    Yigit

    #631484

    Thanks very much! :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Formatting 'Tabs' content element’ is closed to new replies.