• Resolved bk683

    (@bk683)


    I like Argent theme but font size in blockquotes are too big for my long quotes. I would like to change the font size in blockquotes permanently.

    1. Can I use “Customize – Additional CSS” page to change font size of blockquotes, to make such changes permanent even after theme upgrades?

    2. What CSS code should I use in the “Additional CSS” page to make font-size in blockquotes permanently smaller?

    Thank you in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    @bk683

    1. Can I use “Customize – Additional CSS” page to change font size of blockquotes, to make such changes permanent even after theme upgrades?

    Yes. That’s the benefit of that panel – your CSS will remain untouched after theme updates!

    2. What CSS code should I use in the “Additional CSS” page to make font-size in blockquotes permanently smaller?

    It’s always helpful to share a link to your site when asking for CSS help. Since you didn’t, I activated Argent on a test site with some dummy content, so you can give this a try:

    .entry-content blockquote {
      font-size: 24px;
    }

    Adjust the value as you like. Let me know how it goes.

    Thread Starter bk683

    (@bk683)

    @zoonini Thank you for your help. This code worked perfectly.

    • This reply was modified 7 years, 6 months ago by bk683. Reason: Marking as resolved
    Moderator Kathryn Presner

    (@zoonini)

    You’re welcome, glad that did the trick.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change font size of blockquotes permanently?’ is closed to new replies.