Reply To: Typography customization not working properly

Support Forums Kampina Typography customization not working properly Reply To: Typography customization not working properly

#201
TigriWeb
Keymaster

Hi Imran,

We use the styles of other fonts if they are smaller.

You can add to Appearance -> Customize -> Additional CSS custom CSS code, example for loop product titles:

.is-root-container ul.products li.product .woocommerce-loop-product__title,
.is-root-container ul.products li.product .woocommerce-loop-category__title {
    font-weight: var(--kampina--font-weight--heading-h2);
}

Best regards,
TigriWeb Team