How to style blockquotes

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20577
    phidea
    Member

    I want to edit, style my block quotes. Currently i can apply heading levels to them which is ok. But when i make the ‘italics’ the default to a smaller font. Is there an easy way to keep all blockquotes consisten and in italics?

    #20611
    Veena
    Moderator

    You can use the below custom CSS to style the blockquote .

    blockquote {
        font: normal 18px/32px "Merriweather", "Arvo", Georgia, Times, serif;
        font-weight: normal;
        font-style: italic;
        color: #555;
    }
    

    If you still have any issue pls share a link to an example pagesection.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.