RUB Currency Sign doesn't display correctly on mobile device
-
Hello,
Our store currency is RUB, but it doesn’t display correctly on mobile device. We see a box with a question mark inside. Is it possible to change that “₽” (ruble sign that comes with the theme) to just display “руб.” ?
If so, could you please let us know how we can change “₽” to the custom “руб.” sign?
Thank You!
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