Home Forums WoodMart support forum Description tab Typography

Description tab Typography

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

    Zellsaint
    Participant

    Hi,

    Could you tell me how I can change the font in the description section of the product page?

    I can’t find a way to do it within advanced typography.

    Thanks

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

    Hello,

    Here is the selector for the tab title:

    body .tabs-layout-tabs .tabs li a {
        font-size:20px;
    }

    The content is configured in the Theme Settings > Typography for paragraphs, other elements have the settings inside or require the class to generate the selector.

    Best Regards

    #335891

    Zellsaint
    Participant

    Sorry Elise but I don´t understand where I can change the typography of that part. Could you explain to me with an image or something else?

    Thanks 🙂

    #335976

    Helllo,

    There are two ways: Advanced typography using this custom selector: body .tabs-layout-tabs .tabs li a

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

    or you can add this code to the Theme Settings > Custom CSS > General and set your styles:

    body .tabs-layout-tabs .tabs li a {
        font-size:20px;
    }

    What would you like to change: size? color? Do you need help with the CSS code?

    Best Regards

    #336076

    Zellsaint
    Participant

    Thanks Elise, everything OK with advanced Typography. It works 🙂

    #336281

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Description tab Typography’ is closed to new replies.