Home Forums WoodMart support forum currency symbol Reply To: currency symbol

#140570

Hello,

The reason is that font-family does not support the currency symbol. In order to fix this please add this code to the Theme Settings > Custom CSS:

body .woocommerce-Price-currencySymbol{
    font-family:Arial;
}

Best Regards