DOCS

Raised Amount

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

Raised amount example

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

  1. Add the Raised Amount block from the Fundations category.
  2. In the inspector, toggle Show Label on or off.
  3. Enter custom Label Text if you want something other than the default “Raised”.
  4. Adjust font size, color, and weight for both the value and the label.
  5. Set alignment to left, center, or right.

Settings and options

OptionTypeDefaultDescription
Show labelbooleantrueDisplay the label above the amount
Label textstring“Raised”Custom label; leave empty for the translated default
Alignmentstringleftleft, center, or right
Font sizenumberValue font size in pixels
Font colorstringValue text color
Font weightstringValue font weight
Label font sizenumberLabel font size in pixels
Label font colorstringLabel text color
Label font weightstringLabel font weight
Post ID overridenumber0Force 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.