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
October 14, 2019 at 5:03 pm
#150037
Elise Noromit
Member
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