Site logo

Archived topic

how can I change the typography of the block quote ?

3 replies · Started by Loïc on July 31, 2021

Viewing posts 1–4 of 4

how can I change the typography of the block quote. Cannot find this option in customizer typography ... Also I find it hard to follow tutorial on youtube, epecially for non-english speakers - is not it possible to have how to page instead ?

Hi there,

you can use this CSS to change the blockquote font size:

.wp-block-quote {
	font-size: 25px;
}

And if you want to adjust the Citation text then add this too:

.wp-block-quote cite {
	font-size: 16px;
}

We don't really cover this kind of thing in our Documents as its not Theme specific.
If you're looking at the GeneratePress Youtube channel, then they do have Subtitle translations that can be enabled in the YT player.

ok thanks

You're welcome

This archived topic is closed to new replies.