Home Forums WoodMart support forum Currency icon not showing on tablet

Currency icon not showing on tablet

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #207762

    Mitrosha
    Participant

    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.
    #207787

    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

    #207823

    Mitrosha
    Participant

    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.

    #207841

    Hello,

    Please provide the site admin access to the private area.

    Best Regards

    #207843

    Mitrosha
    Participant

    Please check.
    Thank you!

    #207858

    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

    #207865

    Mitrosha
    Participant

    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?

    #207901

    Hello,

    We shall check and inform you. I am checking on other devices it works.

    Best Regards

    #207990

    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

    #208029

    Mitrosha
    Participant

    Hello!
    Everything works fine, thank you!

    #208036

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Currency icon not showing on tablet’ is closed to new replies.