[Resolved] Remove Italics in Blockquotes?

Home Forums Support [Resolved] Remove Italics in Blockquotes?

Home Forums Support Remove Italics in Blockquotes?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #122760
    Henry

    Hi I was hoping someone could tell me a way to change the setting for blockquotes so they aren’t in italics. I bought the typography add-on hoping I could control it there. Also tried modifying the CSS. Any help?

    #122761
    Tom
    Lead Developer
    Lead Developer

    Super easy using some CSS:

    blockquote {
          font-style: normal;
    }

    Adding CSS: http://generatepress.com/knowledgebase/adding-css/

    #122762
    Henry

    Thanks. I had done that. Turned out I hadn’t cleared my cache. Doh.

    #122763
    Tom
    Lead Developer
    Lead Developer

    Aha, caching can be a pain like that 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.