Set H6 (or other tag) as a pull quote

By Widget Pro

Add this quick line of CSS to your site.css file to add a pull quote left border to your H6 tag. Modify the tag name to use another tag. Don't use that tag unless you're adding a pull-quote in the text widget.


div.dmNewParagraph h6 {
    border-left: 2px rgba(25,41,69,1) solid;
    padding-left: 15px;
}