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

    I’ve been trying to make the product tabs font larger but so far not succeeded.
    With custom CSS, how can I make the font of the product tabs at size 18px?

    #352384

    Hey None!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    #top div div.product .woocommerce-tabs .panel {
    font-size: 18px;
    line-height: 1.6em;
    }

    Regards,
    Ismael

    #352454

    Thank you for your super fast reply – I see this works for the panel – however I’m trying to make the actual tab itself the font size bigger

    #352461

    Hey!

    Please add following code to Quick CSS as well

    #top div div.product .woocommerce-tabs ul.tabs li a { font-size: 18px; }

    Regards,
    Yigit

    #352508

    Awesome! – that worked :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Making Product Tabs font Larger’ is closed to new replies.