Buttons are a part of different blocks, but also the menu. If you want to add a new button to your website, simply add a new block that includes a button.
Then you can:
Change Button Design #
The Button block will give you different design options, but for better alignment with your brand, you may occasionally require a solid style button or a soft, rounded button. You can paste the following code options into the Settings > Custom Code > Header
Solid Style: #
<style> /* Button Roundness */ a.rounded-full{ border-radius: 0px !important; }</style>
Soft Rounded Style: #
<style> /* Button Roundness */ a.rounded-full{ border-radius: 8px !important; }</style>
How can I update Buttons and Links on my website? #
1. Simply click on a button or a link you want to update.

2. Update the labels of buttons or links.
3. Choose the desired action for this button or link.
a) URL
b) Open Page
c) Apps
d) Anchor

Button Apps
Apps / Integrations #
Use built-in integrations to open as a modal upon clicking. You can use these services:
a) Forms
b) Payments
c) Book call
d) Tickets
Simply create a form, a product, a calendar, or an event in the available apps and provide only the code to connect them.

Here are some beneficial tutorials for each app that you can utilize on your website:
Forms #
Payments #
Book Call #
Tickets #

Other Button actions
URL #
Simply input a URL that you wish to navigate to.

Open Page #
You can choose a page from your website to explore.
Note: only your published pages are visible here.

Anchor #
You can configure a button or link to scroll to a section within the same page.
