Home › Forums › WoodMart support forum › currency symbol › Reply To: currency symbol
August 27, 2019 at 8:11 am
#140570
Elise Noromit
Member
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