Home Forums Basel support forum Wrong currency logo in basel theme

Wrong currency logo in basel theme

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #3984

    vinzbomb
    Participant

    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 !

    #3994

    Artem Temos
    Keymaster

    Hello,

    Please, provide your web-site URL and admin access so we could take a look at your issue and try to help.

    Regards

    #4000

    vinzbomb
    Participant

    Ok thanks, i give you access to the website, note that i disabled the cart in the header widget for that reason.

    #4001

    Artem Temos
    Keymaster

    We see this message when trying to log in https://gyazo.com/d5060e500b3ce4d52167ac9afd0380ca

    #4003

    vinzbomb
    Participant

    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

    #4004

    vinzbomb
    Participant

    ok i found it i had another security plugin activated for accounts
    its ok now you can login

    #4009

    Artem Temos
    Keymaster

    Now we are able to login. And please display the shopping cart widget so we could see the problem.

    Thank you

    #4011

    vinzbomb
    Participant

    Ok the shopping cart is on

    #4013

    Artem Temos
    Keymaster

    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;
    }
    #4014

    vinzbomb
    Participant

    Yes thank you it is resolved now !
    So that means i can use this custom css code for every font problem ?

    #4017

    Artem Temos
    Keymaster

    This solution is only to fix your currency problem.

    #4329

    vinzbomb
    Participant

    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.

    #4336

    Artem Temos
    Keymaster

    Hello,

    Sure, here is a custom code for this bug also

    .widget_price_filter .price_slider_amount .price_label > span {
        font-family: Arial;
    }

    Regards

    #4341

    vinzbomb
    Participant

    Ok thank you,
    That worked !!!!

    #4348

    Artem Temos
    Keymaster

    Great, you are welcome!

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

The topic ‘Wrong currency logo in basel theme’ is closed to new replies.