For information on customizing the Fundraiser Task List, which is present on the Main Page, see our guide linked here.
In addition to the Task List, administrators can customize various locations in the Fundraiser Dashboard’s main page. The list of locations and how to customize them are below.
1) Below Progress Bar
There is a text area below the progress bar that can be customized in the Admin, under Fundraising > Customize > Page Text - Headquarters - Below Progress Widget. Administrators can add rich text, images, and even direct HTML and CSS (for example, to create buttons) in this term.
2) Bottom of Sidebar
There is a text area at the bottom of the sidebar that can be customized in the Admin, under Fundraising > Customize > Page Text - Headquarters - Bottom of Side Bar. Administrators can add rich text, images, and even direct HTML and CSS (for example, to create buttons) in this term.
3) “Create Facebook Fundraiser” Button
Administrators can customize the text and content of the “Create Facebook Fundraiser” button. This can only be done by internal Neon Fundraise staff. Please create a support ticket with the desired content and our team will update the button for you.
4) “Create Champion Campaign” Button
Administrators can customize the text and content of the “Create Champion Campaign” button. This can only be done by internal Neon Fundraise staff. Please create a support ticket with the desired content and our team will update the button for you.
Other
Administrators can hide any element of the Fundraiser Dashboard by using the Edit CSS feature in Site Builder. For example, to hide the Recent Donations chart, add the following code to the Edit CSS modal:
#newHQ .chart-box {
display: none;
}