Site logo

Archived topic

Changing BlockQuotes

3 replies · Started by Zad on June 21, 2018

Viewing posts 1–4 of 4

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

Hi there,

Here you go:

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

Thanks it worked!

No problem :)

This archived topic is closed to new replies.