Wrong currency logo in basel theme
-
Hi,
Don’t know if its your theme who provide the currency logo in the cart,
But i have the right currency logo on the product prices.
I use Mauritius Rupee there is actually no logo for that currency we use just “Rs” here in our country, like this 100,00 Rs. But with the basel theme the currency logo loaded in the cart seems to be indian rupee logo, its not the same rupee.
Could you tell me how i can fix that to change the logo in the cart to “Rs”
I tested with other themes and the “Rs” shows up in the cart like it should.
Thanks !
Hello,
Please, provide your web-site URL and admin access so we could take a look at your issue and try to help.
Regards
Ok thanks, i give you access to the website, note that i disabled the cart in the header widget for that reason.
Strange i don’t understand why ? there is no admin activation, you are admin
did you receive a email maybe from the website to enable the account ?
i have no option to activate a user sry i’m checking again
ok i found it i had another security plugin activated for accounts
its ok now you can login
Now we are able to login. And please display the shopping cart widget so we could see the problem.
Thank you
Ok the shopping cart is on
Ok, we see the problem. This is a font issue, all you need to do is to change the font for currency symbol. Try to add the following code to the Custom CSS section in Theme Settings
span.woocommerce-Price-currencySymbol {
font-family: Arial;
}
Yes thank you it is resolved now !
So that means i can use this custom css code for every font problem ?
This solution is only to fix your currency problem.
Hi,
Just discovered i have the same currency problem with the price filter widget,
Seems its because of another font used for the widget.
Could you please help me to resolve this ?
thanks.
Hello,
Sure, here is a custom code for this bug also
.widget_price_filter .price_slider_amount .price_label > span {
font-family: Arial;
}
Regards
Ok thank you,
That worked !!!!
The topic ‘Wrong currency logo in basel theme’ is closed to new replies.