Home Forums WoodMart support forum Description font

Description font

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

    inmydark
    Participant

    Hello,

    just change the description font
    can you send the css code pls thanks

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

    Hello,

    Please provide the URL of the product to check it myself and help you out accordingly.

    Best Regards

    #375311

    inmydark
    Participant
    #375477

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single-product div#tab-description p {
    font-size: 18px;
    font-family: ‘Poppins’;
    }

    Best Regards

    #375552

    inmydark
    Participant

    thank you, can i change the color ?

    #375600

    Hello,

    You are Most Welcome.

    Yes you can also change the color using the above CSS.

    The updated CSS will be:

    .single-product div#tab-description p {
    font-size: 18px;
    font-family: ‘Poppins’;
    color: red;
    }

    Best Regards

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