Block Quotes in Thememin

Home Forums Automattic ThemeMin Block Quotes in Thememin

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #110829 Resolve

    madlyinlovewithlife
    Member

    Hi,

    I am having two issues with block quotes in Thememin.

    In the Visual Editor, the text displays as a particular font, which I believe is Georgia, with italics (which I like), but when I publish it, it changes the block quote font to my standard text font, which is Museo Sans. I would like to have a different font for block quotes to make them stand out.

    The second issue is that the block quote text is larger than my standard text font and I want it to be smaller.

    Ideally, I would like to be able to fully customize my block quotes, to choose a font, font size, font style and font colour.

    How would I go about doing this in CSS?

    Thank you for your help!

    The blog I need help with is madlyinlovewithlife.com
    #149201

    Kathryn P.
    Happiness Engineer

    To customize your blockquotes, try adding this to your custom CSS:

    .entry-content blockquote {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 16px;
    color: #xxxxxx;
    }

    Change xxxxxx to whatever colour code you like.

    If you want your blockquotes to be centered, add this additional piece of CSS within the curly brackets to eliminate the need for manual centering in the Visual Editor:

    text-align: center;

    Let me know how this goes.

    #149513

    madlyinlovewithlife
    Member

    Thank you, Kathryn!

    My blockquotes are perfect again! Your suggested fix worked perfectly.

    Thank you so much for your help!

    #149562

    Kathryn P.
    Happiness Engineer

    You’re very welcome! I’ll mark this thread as resolved and close it, but feel free to start a new one if you need help with anything else.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Block Quotes in Thememin’ is closed to new replies.