Site logo

Archived topic

Change the color of quotes

3 replies · Started by Jesus on September 18, 2020

Viewing posts 1–4 of 4

Hello, is there a way to change the color of the quotes that I highlight in the text?

Hi there,

You can change the Quote Block text color with this CSS:

blockquote {
    color: #f00;
}

Or you can use the Pull Quote block which has its own color controls.

yes, but that changes the color letter, what I want is to change the background of the painting

Try this:

blockquote {
    background-color: #ccc;
}
This archived topic is closed to new replies.