Home Forums WoodMart support forum RUB Currency Sign doesn't display correctly on mobile device Reply To: RUB Currency Sign doesn't display correctly on mobile device

#150037

Hello,

Thank you very much for choosing our theme and for contacting us.

I am checking your site and see that the currency is supported. https://gyazo.com/60f008e8fa9534c2947cfe46fd5d0834

The reason may be 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