Change blockquote font and appearance

  • Author
    Posts
  • #38969
    devinedmonds
    Power User

    A few quick questions—

    What is the easiest way to change the font and appearance of blockquotes? How do you do this? Is it possible without changing the CSS but instead through Nirvana settings?

    Right now blockquotes are very bold and prominent and I want them to just be in italics and not indented as far in as they are currently set.

    Thank you in advance for your time and responses,

    Devin

    #39185
    Zed
    Cryout Creations mastermind

    The blockquote styles do follow some general theme options (in size and colours), but beside those they are pretty much separate. To customize the appearance you’ll have to rely on custom CSS:

    .entry-content blockquote {
        font-weight: normal;
        margin: inherit;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #39338
    devinedmonds
    Power User

    Thank you Zed. Very helpful, appreciate it.

    Devin

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

The topic ‘Change blockquote font and appearance’ is closed to new replies.