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

RUB Currency Sign doesn't display correctly on mobile device

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #150025

    vanilinka
    Participant

    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!

    #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

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)