A PURPLE button linking to “https://google.ca” with the text “go to google” in WHITE and which opens in a new tab:

The default colors are white text on purple button.

[button link="https://google.ca" text="go to google" newtab="1"]
go to google


A BLUE button linking to “https://google.ca” with the text “go to google” in WHITE and which opens in a new tab:

[button link="https://google.ca" text="go to google" newtab="1" blue="1"]
go to google

A WHITE button linking to “https://google.ca” with the text “go to google” in PURPLE and which opens in a new tab:

[button link="https://google.ca" text="go to google" newtab="1" inverted="1"]
go to google

A WHITE button linking to “https://google.ca” with the text “go to google” in BLUE and which opens in a new tab:

[button link="https://google.ca" text="go to google" newtab="1" inverted="1" blue="1"]
go to google

A default button (WHITE on PURPLE) that goes to the events page but DOES NOT open in a new tab:

[button link="http://ssr.org/upcoming-events/" text="go to events"]
go to events
Back to top