Home Forums WoodMart support forum Non English text characters optimization Reply To: Non English text characters optimization

#255577

Hello,

I saw the screenshot you attached. It seems that the non-English characters are causing issues with the font-weight that is added to the text on the product page.

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

.single-product .wd-action-btn.wd-style-text>a {
    font-weight: 500;
}

.product-share .share-title {
    font-weight: 500;
}

That will decrease the font-weight.

Regards.
Xtemos Studios.