Home Forums WoodMart support forum Product page description how to change the default font

Product page description how to change the default font

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #507965

    sexbauble
    Participant

    Product page description how to change the default font

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

    Hello,

    Please try to use the below custom CSS code and paste it to Theme settings >> Custom CSS >> Global CSS code section:

    div#tab-description .wc-tab-inner p {
        font-family: 'Poppins';
    }

    Best Regards.

    #508220

    sexbauble
    Participant

    I changed this font and it didn’t work

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

    Hello,

    Can you please share the WP admin login details of your site with the site URL so I will check and give you the possible solution.

    Best Regards.

    #508601

    sexbauble
    Participant

    123456

    #508781

    Hello,

    Please use the below custom CSS code and delete the old custom CSS code:

    .woocommerce-product-details__short-description div#description li {
        font-family: 'Arial' !important;
    }

    Best Regards.

    #508947

    sexbauble
    Participant

    Adding css code has no effect

    #509089

    Hello,

    I have updated the custom CSS code in the theme settings, now it is working fine. You can see the screenshot in the private content.

    Best Regards.

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