G'day,
Great plugin. One problem.
When I pull-quote a section of a sentence, the plugin automatically capitalizes the first letter.
How can I prevent the plugin from automatically capitalizing the first letter in a pull-quote?
Cheers.
G'day,
Great plugin. One problem.
When I pull-quote a section of a sentence, the plugin automatically capitalizes the first letter.
How can I prevent the plugin from automatically capitalizing the first letter in a pull-quote?
Cheers.
Hi -- In a future version I will make this optional. Sorry about that. In the meantime, you can do this:
Customize a Pullquote style by adding this:
/* Don't capitalize first letter of the quote */
blockquote.pullquote p:first-letter, div.pullquote p:first-letter {
text-transform: none;
Note: In case you got the previous via email already... I edited to remove the recommendation that you edit the core css file. I do not recommend editing that file. Make a new custom style based on one of the ones in the Styles folder, and add that code to the end.
You must log in to post.