Buttons

Buttons are links that point to other pages or documents just like a basic paragraph link, but they should only be used in certain circumstances. Use buttons for pointing to things like:

  • An application (such as “apply for this job”).
  • An actionable item (such as “get started” with a series of steps on a different page).
  • Things of high importance that need additional visual interest (such as “sign up for a tour”).
  • Submitting a form.

There shouldn’t be more than one or two buttons on any given page. If you’re unsure whether to use a button or not, assume you don’t need a button.

We have a few different button types available for use, including basic buttons, buttons in forms, callout action buttons, and enroll buttons.

Basic buttons

Basic buttons are turquoise and have an arrow indicating that you’re going somewhere else.

Basic button development info
  • Stylesheet location: /_source/styles/components/_buttons.scss
  • Use <a class="button">Button text</a> in WordPress code view and in static HTML.
  • Don’t add an arrow after the text – the CSS adds one automatically.
Basic button example

Visit the PCC website

Callout action buttons

See information about callout action buttons on the callout extras page.

Full-width buttons

Full-width buttons should be used sparingly, only when the design calls for them. Basic buttons are the preferred type in most cases.

Full-width buttons fill up 100% of the width of the space, instead of trimming to the width of the content inside of them like basic buttons. You can put them in callouts or directly on the page.

Full-width button development info
  • Stylesheet location: /_source/styles/components/_buttons.scss
  • Use <a class="button expand">Button text</a> in WordPress code view and in static HTML.
  • Don’t add an arrow after the text – the CSS adds one automatically.
Full-width button example

Sign up for the event

Enroll buttons

Enroll buttons should only be used to point students toward the steps for new students and applying to PCC. They are green instead of turquoise (to help reiterate the “get started” feeling) and have a large arrow instead of the small angle arrow used in other buttons.

Enroll buttons fill up 100% of the width of the space, instead of trimming to the width of the content inside of them like basic buttons. You can put them in callouts or directly on the page.

Enroll button development info
  • Stylesheet location: /_source/styles/components/_buttons.scss
  • Use <a class="button enroll-button">Button text</a> in WordPress code view and in static HTML.
  • Don’t add an arrow after the text – the CSS adds one automatically.
Enroll button example

Admissions: apply today