How to add a logo and text to the online giving donation page.

How to add a logo and text to the online giving donation page.

To add a logo and customize the language on the donation page, click settings then contributions then online giving then click the online giving options button.  In the box labeled "Login page custom HTML/Logo" put in this code.

<img src="/images/ctlogotransparentblack.png">
<br><br>
Thank you for donating to Team Church! It's a privilege to serve together with you.
<br>
Pastor Greg Johnson

Upload your logo and copy the address, then replace the address between the " " on the first line of code.  Be sure to keep the " ".  The rest of the code above just gives you some text and spacing that you can customize as well.  Your HTML person can do a whole lot more with it if you want.