Latest version v1.2
Released 4 years ago
(Fixed again lmao, I had it around the wrong way around for v1.1, proceed as normal.)
It does require some basic knowledge of HTML to apply in your entity pages once the plugin is installed.
By default, .boxquote adds padding (empty space) of 10% width to either side of your text, adds a small border to the left side, and adds some space between your other text to help it stand out a little more.
The rest of the text styling remains the same, so any other changes you've made, or made by other plugins, such as font or colour, should still apply.
Note: These are shown with round brackets. In actual HTML, they're triangle brackets.
(p)sample text(/p)
(h1)sample header size 1(/h1)
After you've located the text you want to apply the .boxquote formatting to, all you need to do is add the following to the opening bracket, like so:
class="boxquote" (COPY/PASTE ME!)(p class="boxquote")sample text(/p)
(h1 class="boxquote")sample header size 1(/h1)
Once you've added it, you just need to hit save and you should be good to go.
.boxquote {
color: red; }
.boxquote::before {
border-left: dashed;
border-color: blue; }
Released 4 years ago
(Fixed again lmao, I had it around the wrong way around for v1.1, proceed as normal.)