FREE block. Displays the total amount raised for a fundraising action, with an optional label above it.

Why use this
The raised amount is one of the primary social proof signals on a donation page. This block places it prominently, with full control over font size, color, weight, and alignment for both the number and its label.
What it does
The block reads the raised_amount value from the action’s data, formats it with a currency symbol, and renders it with an optional label. It supports Query Loop context so it can be used in archive card templates.
Known issue: The currency symbol is hardcoded as € in the render callback and does not read the get_fund_wizard_currency_symbol setting. This affects all block instances regardless of the currency configured in settings.
How to use it
- Add the Raised Amount block from the Fundations category.
- In the inspector, toggle Show Label on or off.
- Enter custom Label Text if you want something other than the default “Raised”.
- Adjust font size, color, and weight for both the value and the label.
- Set alignment to left, center, or right.
Settings and options
| Option | Type | Default | Description |
|---|---|---|---|
| Show label | boolean | true | Display the label above the amount |
| Label text | string | “Raised” | Custom label; leave empty for the translated default |
| Alignment | string | left | left, center, or right |
| Font size | number | — | Value font size in pixels |
| Font color | string | — | Value text color |
| Font weight | string | — | Value font weight |
| Label font size | number | — | Label font size in pixels |
| Label font color | string | — | Label text color |
| Label font weight | string | — | Label font weight |
| Post ID override | number | 0 | Force a specific post ID |
What you can and cannot do
- You can control label text, font styles, and alignment independently for the value and label.
- You cannot change the currency symbol via this block. It is currently hardcoded to
€. - The block shows nothing meaningful on non-action pages unless demo mode is active or a post ID override is set.
Troubleshooting
Displays 0 or empty: The action’s raised amount is zero, or the block is not on an action page. Enable demo mode to check the block visually.
Wrong currency symbol: This is a known limitation. The symbol is hardcoded. A code-level fix is required to change it.