Home Forums WoodMart support forum Product Description Reply To: Product Description

#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