Home Forums WoodMart support forum How to increase the text size in product articles to be larger?

How to increase the text size in product articles to be larger?

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

    maitamtupiano
    Participant

    My web is https://tamtumusic.vn/
    How to increase the text size in product articles to be larger?

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

    Hello,

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

    .wc-tab-inner p {
        font-size: 20px;
    }

    Best Regards.

    #332908

    maitamtupiano
    Participant

    i want font like this, where do i install it?

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

    maitamtupiano
    Participant

    I want to change the price of the promotional product located on the left side, as shown below.

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

    Hello,

    1) Please read our detailed documentation for help:
    https://xtemos.com/docs/woodmart/faq-guides/upload-custom-fonts/

    2) Please try adding this code to the Theme Settings > Custom CSS > Global.

    body .price del .amount {
    color: red;
    }

    Best Regards

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