Home Forums WoodMart support forum Product tab text size

Product tab text size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #219796

    BertranddesmetsWM
    Participant

    Hi,

    I would like to reduce the text size of product tabs (see Screenshot attached).
    Thanks for your help!

    Regards,
    Bertrand

    Attachments:
    You must be logged in to view attached files.
    #219846

    Hello,

    You can change the font by means of Advanced typography option, which allows to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.

    Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #219854

    BertranddesmetsWM
    Participant

    Hi,

    Thanks for your quick answer.
    I checked before but I did not find the correspondant typography…

    Any idea what this is?
    Thanks

    #219902

    Hello,

    Please provide page URL I will provide custom CSS, you can take the selector and use it as the custom class.

    Best Regards

    #219943

    BertranddesmetsWM
    Participant

    Hi,

    Thanks for the help.

    #220008

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-products-tabs .products-tabs-title li {
        font-size: 12px;
        line-height: 1.4;
    }

    Change the size as per your needs.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)