> For the complete documentation index, see [llms.txt](https://adornthemes.gitbook.io/vogal-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adornthemes.gitbook.io/vogal-theme/basic-configuration/currency-settings.md).

# Currency Settings

{% hint style="success" %}
**Steps:**

* From your shopify **Store Admin ->** Click **Settings ->** Locate **General -> Store defaults**
* Click on **three dot icon -> Change currency formatting**
* Update below fields&#x20;
  {% endhint %}

<figure><img src="/files/umXMjxIfyOrI359hTKYo" alt=""><figcaption></figcaption></figure>

HTML With currency to&#x20;

```
<span class=money>${{amount}} USD</span>
```

HTML without currency to

```
<span class=money>${{amount}}</span>
```
