How to add a link/button in about section of Zelle
Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.
The about section supports HTML content so you can easily add a link or button in this section. To achieve this add the following code to the middle content section.
For adding a button of similar design of the theme.
<a class="btn btn-primary custom-button red-btn" href="add-your-link here">Learn More</a>
For a simple link
<a href="add-your-link here">Learn More</a>
Don't forget to add your targeted link in the above code.