Let's for example, set up a Donation button on the homepage.
Login as an Admin, scroll down to the bottom of the page and click on the 'Edit Home page" button.

Go in the text editor and press on the source code button

Choose in the code where you would like your button. Introduce this code:
<a class="button" href="/donations/new">Donate</a>
The code above is specifically for a donation button. It links to the donation page of your website.
<a class="button" href="/donations/new">Donate</a>
The green text is the link to where the button will take the user. You can replace this with other links besides donations.
The purple text is the name of the button. You can change this to title the button how you would like.
Here are examples of what the buttons would look like on your editable page.

Comments
0 comments
Please sign in to leave a comment.