Home Forums Basel support forum Wrong currency symbol showing in some parts of the theme.

Wrong currency symbol showing in some parts of the theme.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #94519

    shafisameed
    Participant

    Hi there. I’ve purchased your theme and am almost done setting it up but I’m having a minor issue. The main currency I’ve selected from WooCommerce is set to PKR(Pakistani Rupee) which has the symbol (Rs.), however, on the cart/checkout page and few other areas, the symbol showing up is for the Indian Rupee (₹). It’s basically alternating in places; somewhere it’s (₹) and somewhere its (Rs.). This is illustrated in the screenshot I’ve attached with this message. Please have a look. Thanks in advance.

    Attachments:
    You must be logged in to view attached files.
    #94556

    Hello,

    Thank you very much for choosing our theme and for contacting us. The reason is 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

    #95815

    shafisameed
    Participant

    Thanks a lot. Adding the code fixed the issue for me.

    #95857

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

    Best Regards

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

The topic ‘Wrong currency symbol showing in some parts of the theme.’ is closed to new replies.