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.

#94556

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