Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #550504

    Hi Team,

    How can i increase the font size for the tab and words inside the tab?

    http://screencast.com/t/Y8A7IES6m

    #550513

    Hey!

    Try adding this code to the Quick CSS:

    #top .woocommerce-tabs > ul > li a{
        font-size: 22px !important;
    }
    
    #top .woocommerce-tabs > .panel{
        font-size: 18px !important;
    }

    Modify as needed (first one is tab title, second one is tab content).

    Cheers! 
    Josue

    #550519

    Hi Josue,

    Thanks, but the tab belongs to enfold.
    would the css be different?

    #550524

    Use this instead:

    #top .tab{
        font-size: 22px !important;
    }
    
    #top .tab_content{
        font-size: 18px !important;
    }

    Regards,
    Josue

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