Add Buttons
Add custom buttons to your website.
To create new buttons,
use a
<button>
element or a DIV with class ".button":
sample snippet:
<button> Click here </button>
To make the button clickable, add a hyperlink:
<a href="YOUR LINK">
<button> Click here </button>
</a>
or
<a href="YOUR LINK">
<div class="button"> Click here </div>
</a>
use the dedicated button editor
To customize the parent container's background colors,
go to Advanced ⟶ Backgrounds