REMOVE CURRENCY FROM CODE
-
Hello!
In order to do something with Google Tag Manager, my marketing guy asked me to remove currency sign from checkout page.
Please see the code:
<span class=”woocommerce-Price-amount amount”><span class=”woocommerce-Price-currencySymbol”>₽</span>10,900.00</span>
I need to remove currency sigh (₽) from this line of code. Please see screenshot.
How can I do this correctly? I’m not a coder, so please be as specific as possible.
Thank you in advance!
Attachments:
You must be
logged in to view attached files.
Hello,
Add this code to the Theme Settings > Custom CSS > Global:
body .order-total .woocommerce-Price-currencySymbol{
display:none;
}
Best Regards
Hello,
The code you sent me helps to hide currency sign, but I need not to hide it, but to remove it from this line of code for marketing purposes (please see my previous message)
<span class=”woocommerce-Price-amount amount”><span class=”woocommerce-Price-currencySymbol”>₽</span>10,900.00</span>
Please help me with it!
Thank you
Hello,
This is Woocommerce functionality and we do not have any instructions on how to remove that.
Best Regards