Replacing the ₴ badge with грн.
-
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 , но это почему то не работает …
Hello,
Please insert the site admin access into the Private content below the message area.
We will see how to implement that.
Best Regards
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
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘Replacing the ₴ badge with грн.’ is closed to new replies.