Home › Forums › WoodMart support forum › Currency Symbol position › Reply To: Currency Symbol position
January 20, 2024 at 2:02 am
#531715
atelier.multiconcept
Participant
Thank you Hung Pham for a quick replay.
1. The currency symbol position was changed in the woocommerce settings to the right with a space. The issue is only when you click on “Quick View” product/item. It looks like it doesn’t want to collaborate with the theme settings. I tried to use custom CSS to fix this issue but no luck. Also want to fix 0,00 zł to be 0.00 zł ( , -> . )
2. I didn’t use any custom CSS so no clue why it was like that, but to fix this issue I use the code:
.woocommerce-Price-currencySymbol {
text-transform: lowercase;
}
and now it is perfect!
Please help me with the problem number 1.
Thank you.
- This reply was modified 10 months, 3 weeks ago by atelier.multiconcept.