« See all FAQs for Appt - A Fully Responsive App Landing Page
What colours are available for the buttons?
There are 6 colours in total that are built-in to Appt for the buttons…
- Blue
- Red
- Magenta
- Orange
- Yellow
- Black (default)
To change the colour of buttons, simply change the colour of the class to the desired one. For example,
<a class="button large awesome orange" href="#">Button</a>
can be changed to:
<a class="button large awesome blue" href="#">Button</a>


