No items found.
Stay up to date
Facebook iconInstagram iconTwitter iconYouTube icon

Rich text widgets

Copy code snippets here for use in rich text areas around the website.

What's a Rich Text element?

The rich text element allows you to create and format headings, paragraphs, blockquotes, images, and video all in one place instead of having to add and format them individually. Just double-click and easily create content.

How to use widgets

  1. Copy one of the code snippets below to your clipboard.
  2. Navigate to the rich text area you want to add it to, this could be inside a CMS collection item or a static page.
  3. Create a new paragraph and click the plus icon.
  4. Select the custom code icon and paste your code inside.
  5. Customise your widget by modifying the code.

Widgets

Standalone button

<a href="/live-shows/" class="button">Live shows</a>

Primary CTA pod

Heading

Lorem ipsum

Button
<div class="pod teal-pod">
<h2>Heading</h2>
<p>Lorem ipsum</p>
<a href="#" class="button reverse">Button</a>
</div>

Secondary CTA pod

Heading

Lorem ipsum

Button
<div class="pod">
<h2>Heading</h2>
<p>Lorem ipsum</p>
<a href="#" class="button">Button</a>
</div>