Trigger Buttons
How to style action triggers like Knack Buttons instead of a text link


The CSS
We define the stylings below so they mimic the look of Knack menu buttons
The HTML
We call the button class we have above, include an fa icon, and set the button label
How to Implement
Copy pasta the CSS. This styling will apply to all trigger buttons where you apply the html
Select the Trigger you want to update with html

Use a <button> tag to set the button class
Set your fa icon
Set your trigger text after your icon if not already present
Lastly, be sure to close your <button> tag
Last updated
Was this helpful?