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.
Attachments:
You must be
logged in to view attached files.