Can we hide the Cancel button next to My Sponsorships?
Yes, you can. The REACH CSS Editor can be used to hide the 'Cancel' option available to supporters when logged in and accessing their Sponsorships page.
Here's how:
- Go to Settings > CSS Editor
- Add the following code to the Editor:
.cancel-sponsorship {
display: none;
}
- Click the green 'Save Changes' button.
display: none;
}
- Click the green 'Save Changes' button.
Once complete, the 'Cancel' button will no longer display to your supporters.
Questions? Email us.