Buttons

Regular Button

[button url="https://bbc.co.uk" target="blank" text="Visit the BBC Homepage" class="is-info is-outlined"]

Visit the BBC Homepage

Use the ‘target=”blank” if you want to open the link in a new tab, or remove if not required (internal link)

Classes are:

  • is-primary (default)
  • is-info
  • is-link
  • is-success
  • is-outlined (makes the button outlined and not solid as shown above)

More info here: https://bulma.io/documentation/elements/button/

Quick Link Button

[quick-link url="https://bbc.co.uk" target="blank" text="Visit the BBC Homepage"]

Visit the BBC Homepage