How to force lowercase letters on price field?

Hello.

This is what I put in the currency field in settings:
{{amount_with_comma_separator}}zł
I put the “zł” with small letters because we want it to be like that but the letters keep on being capitalized.
How to fix that?

Hii, @asd123
Kindly share your store URL and a screenshot of your problem so,
I can solve it perfectly.
Thank you.

hello @asd123

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

Hii, @asd123
Paste this code on top of the theme.scss file.

span.grid-product__price b {
    text-transform: lowercase !important;
}

Thank You.

It worked. Thank you so much.

1 Like