• I want the blockquotes in my posts to no longer appear by default in italics. I can override with a style, but if that’s not what I want as a default, I want to change that. I see no option for it in the customization options. How does one do this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author satoristudio

    (@satoristudio)

    Hello @mephron,

    thanks for choosing Bento!
    The blockquotes, as well as other standard WP elements, are part of the theme’s specific style-set, so there’s no back-end setting at the moment to change them. However, you can adjust the representation of quotes by using some custom code: please try adding the following snippet into the “Additional CSS” tab of the “Appearance – Customizer” admin section –

    blockquote { font-style: normal !important; }

    Thread Starter mephron

    (@mephron)

    Ah, thank you, that should work fine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Stop Blockquotes Being In Italics’ is closed to new replies.