Wrong Currency Code in Shopping Cart sidebar
-
Hi,
I set the Pakistan Rupee in WooCommerce currency settings. It looks good every where except the subtotal area of shopping cart side bar. How can I fix it and how can I ensure that it is not happening anywhere else?
See attachment please.
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
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