Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stephen Rider

    (@strider72)

    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;

    Plugin Author Stephen Rider

    (@strider72)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Graceful Pull-Quotes] capitalizes first letter in pull quote’ is closed to new replies.