Currency icon not showing on tablet
-
Hello!
Currency icon (russian ruble) not showing on tablet (ipad), but on the pc and on the smartphone everything works. I cleaned the browser cache and checked woodmart on a second, technical site. Currency icon is not displayed.
Attachments:
You must be
logged in to view attached files.
Hello,
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 > Mobile:
body .woocommerce-Price-currencySymbol{
font-family:Arial;
}
Are the other icons visible?
Best Regards
Thank you, but nothing changed. I added code in Global Custom CSS.
But the icon is displayed on the PC and smartphone: screenshot I use Open Sans and Roboto fonts from google. As I understand it, these fonts support the ruble icon.
Ps. Also, I tried to add this code for tablet and for mobile CSS – nothing changed.
Hello,
Please provide the site admin access to the private area.
Best Regards
Hello,
Please advise what device are you using? I am checking the site and I see the symbols clearly: https://prnt.sc/t9ukjy
Best Regards
I use Ipad Pro. This problem occurs in both Chrome and Safari.
My Iphone 7 everything displays without problems.
Do you think this is a problem on the device side?
Hello,
We shall check and inform you. I am checking on other devices it works.
Best Regards
Hello,
Thank you very much for choosing our theme and for contacting us.
body .woocommerce-Price-currencySymbol{
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
Please remove the code I have provided earlier.
Best Regards
Hello!
Everything works fine, thank you!
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Currency icon not showing on tablet’ is closed to new replies.