Skip to Content search facebook instagram pinterest twitter youtube

Buttons

The .button class is typically used on <a> and <button> tags, for example:

Modifier classes

  • button-small - Smaller
  • button-large - Larger

Button HTML examples

<button class="button">Regular button</button>
<button class="button button-small">Smaller button</button>
<button class="button button-large">Larger button</button>

The button class can be added to links through the TinyMCE editor using the Insert link popup window. 

button-class-tinymce