Insert Button Class
Using the btn class id you are able to apply the button style to your link.
- Edit the page and switch to the text editor.
- Find the link.
- Insert the class id as follows:
class="btn"
Example code:
<a class="btn" href="https://wp.stolaf.edu/">Link Label Text</a>
Buttons: Default
class="btn"
Buttons: Grey
class="btn--grey"
Buttons: Purple (3 columns)
class="btn--purple"
Buttons: Red (2 columns)
class="btn--red"