Buttons can be used within your app for some more attractive and interactive navigation and to give your app a deeper feeling to users.

They can only be used in area were you can edit the HTML/CSS code in the page (About Us, Custom Page, Notifications, People Bio, Placed Description, Event Discription)

Simply copy the code below and replace the values highlighted with your own.



<p>

<a href="TARGET URL" style="padding:8px 0px; text-align: center; font-weight:bold; display: block; background-color: HEX BUTTON COLOUR EG #00DE5C; color: HEX BUTTON TEXT COLOUR EG #00DE5C; border:1px solid #ccc; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px;">BUTTON TEXT</a>

</p>