[Resolved] Changing BlockQuotes

Home Forums Support [Resolved] Changing BlockQuotes

Home Forums Support Changing BlockQuotes

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #605667
    Zad

    Is there any CSS code to make blockquotes smaller and also remove the fact that the text seems to be italicized?

    #605705
    Leo
    Staff
    Customer Support

    Hi there,

    Here you go:

    blockquote {
        font-size: 13px;
        font-style: normal;
    }
    #605721
    Zad

    Thanks it worked!

    #606168
    Leo
    Staff
    Customer Support

    No problem 🙂

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