Skip to main content

Color Wheel

Theme Colors

- Primary - #20432B

- Secondary - #659A40

- Tertiary - #B86A56

- Accent - #FFDF7B


Site Colors

- Red - #20432B

- Blue - #659A40

- Green - #659A40

- Yellow - #FFDF7B

Buttons / Links

Code

Tapco::link(TEXT, URL, TARGET, STYLE, ADDITIONAL_CLASSES);
  • TEXT: String - Text of the link
  • URL: String - Where the link should go
  • TARGET: String - How the link should operate
  • STYLE: String - Style of the link. Leave blank for default. Add 'arrow' for arrowed link.
  • ADDITIONAL_CLASSES: String - Additional classes if needed that'll be added to class. Eg. ( '.additional_classes .other_additional_if_needed' )

Default Link

No class required for links. This is the default.

Text input


Arrow Link

arrow

Text input


Button Link

button

Text input


Button Link w/ Arrow

button-arrow

Text input