Forums

Graceful Pull-Quotes
[resolved] capitalizes first letter in pull quote (3 posts)

  1. dylannickelson
    Member
    Posted 7 months ago #

    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.

    http://wordpress.org/extend/plugins/graceful-pull-quotes/

  2. Stephen Rider
    Member
    Plugin Author

    Posted 5 months ago #

    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;

  3. Stephen Rider
    Member
    Plugin Author

    Posted 5 months ago #

    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.

Reply

You must log in to post.

About this Plugin

About this Topic