• I like the way default quotes are styled but would like to change text size, color and put text in italics. Is there an easy way to do this with CSS?

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Sure, this CSS will give you everything you need to tweak and customize the blockquotes:

    blockquote {
      font-size: 18px;
      color: blue;
      font-style: italic;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Text size /format in quotes’ is closed to new replies.