• Resolved staticfrost

    (@staticfrost)


    Hi,

    I am using the quark theme on my website and found that when using the block quotes it increase the font size to a very large size.

    I don’t like this how can I make it stop doing that?

Viewing 1 replies (of 1 total)
  • Theme Author Anthony Hortin

    (@ahortin)

    You can simply adjust the font size for the blockquote within style.css. Around line 283, you’ll see the following style. Simply adjust the font size to whatever you want.

    blockquote p {
       font-family: 'PT Sans', Helvetica, Arial, sans-serif;
       font-style: italic;
       font-weight: 400;
       font-size: 24px;
       font-size: 1.5rem;
       margin-bottom: 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Block Quotes font size increase’ is closed to new replies.