Shortcodes
Responsive supports all BU standard shortcodes, plus an additional button shortcode. You can copy and paste the shortcodes into the text editor.
Buttons
This shortcode adds button styling to a link.
Back end
[bu_div class="button"]Your link here[/bu_div]
Resource Lists
This shortcode is used with lists of links and includes an icon indicating whether the link goes to a pdf, a Word document, or a link to another page or website.
Example
Back end
[bu_div class="resource-list"]Your list of links here[/bu_div]
Callout
Allows you to call out relevant content and information in a more impactful way.
Example
Callout Heading
Callout description.
Back end
[bu_callout align="center"]Your content here[/bu_callout]
You can also create a callout box that floats to the left or right of content by changing “align” to “left” or “right”.