Home Forums WoodMart support forum Replacing the ₴ badge with грн.

Replacing the ₴ badge with грн.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #365258

    detroyt86
    Participant

    Good afternoon!
    How do I change the symbol “₴” to “грн.” https://prnt.sc/uADRpWPuzMWB

    I found this code on the Internet https://prnt.sc/chQLcDqZyw-J and pasted it into a child theme https://prnt.sc/s0UivCW1VA-y , but for some reason it doesn’t work…

    Добрый день
    Как мне изменить символ “₴” на “грн.” https://prnt.sc/uADRpWPuzMWB

    Я нашел в интернете такой код https://prnt.sc/chQLcDqZyw-J и вставил его в дочернюю тему https://prnt.sc/s0UivCW1VA-y , но это почему то не работает …

    #365308

    Hello,

    Please insert the site admin access into the Private content below the message area.

    We will see how to implement that.

    Best Regards

    #365507

    detroyt86
    Participant

    Thanks! Attached

    #365713

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woocommerce-Price-currencySymbol {
    	font-size: 0;
    }
    .woocommerce-Price-currencySymbol:after {
    	content: "грн";
    	font-size: var(--wd-text-font-size);
    }

    Best Regards

    #366623

    detroyt86
    Participant

    Thanks! That helped

    #366724

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Replacing the ₴ badge with грн.’ is closed to new replies.