Home › Forums › Basel support forum › Wrong currency symbol showing in some parts of the theme. › Reply To: Wrong currency symbol showing in some parts of the theme.
December 7, 2018 at 12:18 pm
#94556
Elise Noromit
Member
Hello,
Thank you very much for choosing our theme and for contacting us. 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