Buttons

Call to Action buttons are added in columns and predetermined parts of the site, such as the Universal page in left column call to action option. There is is also the option on left column call to action to change the Font Awesome Icon and the text to the right of the button.

NOTE: Department galleries will dynamically add their specific color based on the selected department category.

Available in: All content driven pages.


Rendered HTML


Call to Action


HTML Source

Click the copy icon button to copy the HTML example code.


<div class="ctaCircleBtn">
  <a href="#">
    <div class="ctaCircle">
      <em class="fas fa-pencil-alt"></em>
    </div>
    <div class="info">Call to Action</div>
  </a>
</div>