10+
March 26, 2017
May 1, 2013
Pull Quotes done right. The pull quotes are created with javascript, so that
you don’t have any problems with out of order or duplicate content.
Collaborate on the plugin: Pull Quotes on GitHub
Brought to you by Aaron D. Campbell
Simply highlight the text you want to turn into a pull quote and click the pull
quote button in your editor.
Pull quotes works in both the visual and text editor.
Currently there’s no UI for this, but you can add a few attributes to the
shortcode to customize:
Currently there’s no CSS packaged with the plugin. At some point our amazing
designer will help put some together, but for now the styles are inherited from
your theme. Here are some basic styles you could add to your theme as a
starting point:.
/**
* Pull Quotes
*/
.pulledquote {
border-top: none;
border-bottom: none;
background: transparent;
text-indent: 0;
margin: 20px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
text-transform: uppercase;
color: #c65800;
font-style: italic;
font-size: 1.6em;
}
span.pulledquote {
max-width:35%;
}