How to remove double currency symbols and add space on checkout page?

How do I remove double currency symbols and add a space in between the currency symbol and the amount?

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

https://sonee.com.mv/

Thank you

Please add below css in bottom of assets/theme.css file

span.payment-due__currency.remove-while-loading {
display: none;

}
Thank you.

i have added it in theme.css.liquid in assets folder. But it is not working.

Please try it in bottom of assets/theme.css file

span.payment-due__currency.remove-while-loading {
display: none !important;

}
Thank you.

It’s still the same. It’s not working