Currency Symbol not visible
-
In windows 7 the currency symbol Indian Rupee is not visible, kindly provide any code or any solution to fix this error, how to make it visible like shown on the image 2
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
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";
}
Best Regards