Home Forums WoodMart support forum Product Description

Product Description

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #345296

    revalion
    Participant

    Hi,

    Please, help me with thefollowing:

    1. How can I make the font size bigger in the short product description, Title dropdown, and Sizes guide table?
    (see the imagen)

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

    Hello,

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

    .woocommerce-product-details__short-description p {
        font-size: 16px;
    }
    
    .variations_form .variations td {
        font-size: 16px;
    }
    
    .wd-sizeguide-btn.wd-action-btn a {
        font-size: 16px;
    }

    Best Regards

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