Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #430280

    Hi – If you look at http://dominiquehurley.com/life-by-design-creativity/
    All the quotes I imported from WP.com are now in huge lighter grey text with a purple bar on the side.

    Where can I change those settings? For example, I’d like them in black, 16 font italic – indented, but without the purple bar.

    thanks

    #430311

    Hi dominiquehurley ;
    try to add these lines into your custom css file ;

    blockquote {border:none !important;}
    blockquote p{font-size: 16px !important; color: #000 !important; font-style: italic !important;}
    
    #430608

    Thanks again begrafiks! What a blessing it is to be tech-savvy. We all have our gifts, but that’s not one of mine. It worked. Resolved.

    #430727

    Actually, not completely resolved. This is a blog post I had issues with back in WP.com. I had had to put period and return space in the copy so that I would have lines in between. Now, here, the first quote is in the new format, but all the others are in the fat grey font.

    I’ve gone in and taken out the periods and unclicked quote and reclicked it – but still grey.
    http://dominiquehurley.com/stoked-on-quotes-a-journey-through-6-entrepreneurial-books/
    I’m going through all my posts to check if there are others.

    Any advice?

    #430757

    Hi dominiquehurley ;
    I do know what is “a blog post I had issues with back in WP.com”; but it creates a >div> and >span> in your blockquote.
    #1 if it’s possible try to paste your content in “text” mode in to your post,
    otherwise use these lines of code (instead of those ones above)

    blockquote {border:none !important;}
    blockquote *{font-size: 16px !important; color: #000 !important; font-style: italic !important;}
    

    The selector ” * ” selects all elements in the ” blockquote ” selector

    PS:
    You have your “gift” too; I mean your art
    so no blessing to be or not something else

    • This reply was modified 9 years, 7 months ago by begrafiks.
    #430785

    Sorry begraphics – I don’t understand what you mean by:
    I do know what is “a blog post I had issues with back in WP.com”; but it creates a >div> and >span> in your blockquote.
    #1 if it’s possible try to paste your content in “text” mode in to your post,”

    Do you mean use Text instead of Visual editor? If yes, I get quite nervous just looking at all that code in there. I don’t think I could work there. I’ve been typing in Visual editor, highlighting and using the ” button to create quotes.

    Great news though – I replaced the old code you gave me with the new and it took care of it. Thank you. Resolved.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to Change Formatting of Quotation sections?’ is closed to new replies.