How do you set the "class" for formatting?

Permalink
So my 5.6 theme apparently supports different "classes" to make the formatting look different. See attached screenshot of the theme example.

How do I do this on my site?

(the theme's support is no good so can't ask the dev)

1 Attachment

dibbc
 
dibbc replied on at Permalink Best Answer Reply
dibbc
I figured it out, for those who don't know, just add either an HTML block and put something like this in it:
<p class="alert-success">This is a test</p>
<p class="alert-info">This is a test</p>

Or just a regular CONTENT block and then click the HTML editor button and type it in there. Pretty easy.

Did I miss anything or is that about it?
jasteele12 replied on at Permalink Reply 1 Attachment
jasteele12
From within the Content block editor, select a paragraph (or whatever) and click on the Insert/Edit Attributes icon (finger pointing at a page).

There you can set ID's, Classes, Styles, etc.

See attached.