Donation Blocks
GENERAL ELEMENT COMPONENTS & CSS SNIPPETS
Select a Squarespace Element to Examine CSS Selectors:
Squarespace Element | Description |
---|---|
Donation Block Elements | Refers to Donation Block elements. |
CSS Code Snippets for Customizing Donation Blocks
Add a heart icon to donation block buttons
//Start: Add a heart icon to donation block buttons .sqs-block-donation .sqs-donate-button:after { content: "❤"; margin-left: 5px; } //End: Add a heart icon to donation block buttons