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)
How do I do this on my site?
(the theme's support is no good so can't ask the dev)
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.
There you can set ID's, Classes, Styles, etc.
See attached.
<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?