The Shopify Default Currency is usually "30.00", etc. Please concentrate on its type, which is 00.00, you can change it to 0, Rounded decimal, Odd decimals, etc.
To change it, please follow this official guide from Shopify.
Usually, Shopify support will always say to contact the theme owner, but actually, it depends on the Shopify dashboard configuration, not the theme side. Here are the steps:
From your Shopify admin, go to Settings.
Click on Store details.
In the Store currency section, click Change formatting.
In each of the fields, replace
{{amount}}
with the currency format that you want to use from the options table.Click Save.
These are some examples of currency types:
{{ amount }} => 1,134.65
{{ amount_no_decimals }} => 1,135 (Rounded)
{{ amount_with_comma_separator }} => 1.134,65
{{ amount_no_decimals_with_comma_separator }} => 1.135 (Rounded)
{{ amount_with_apostrophe_separator }} => 1’134.65