Site logo

Archived topic

Forefront: How To Change Blockquote font/size?

9 replies · Started by John Retzer on August 10, 2016

Viewing posts 1–10 of 10

I'd like to change the font size for the blockquote in the Forefront theme. Can't figure out how to go about it.

TIA

That works! Thank!. I didn't realize that you could just stick new code in the Simple CSS. I thought you had to go to the source and edit there.

Glad I can help :)

Hey Leo,

I have TWO blockquotes, one under the class name:

wp-block-quote

Another one:

wp-block-quote is-style-large

How do I call them and give different font sizes?

Hi there,

wp-block-quote should be covered by the CSS Leo provided:

blockquote {
    font-size: 25px; /*adjust the number as needed*/
}

And for: wp-block-quote is-style-large

.wp-block-quote.is-style-large {
    font-size: 25px; /*adjust the number as needed*/
}

Hey David, the first one did work, but not the 2nd one. Here how I have used those - https://ibb.co/T8QGH0V

Let me know if there is a mistake.

If you need the URL for a check, can I provide it privately?

Can you raise a new topic - you can then access the Private Information field for sharing links.

Answered :)

This archived topic is closed to new replies.