Site logo

Archived topic

Change quote color or style

3 replies · Started by Fernando on November 13, 2019

Viewing posts 1–4 of 4

Hi there,

Try this CSS:

blockquote.wp-block-quote {
    font-style: normal;
    color: #fff;
    background-color: #333;
    border-left: 5px solid #000;
}

Leo, it worked like a charm.

Thank you! Thank you for your time.

Glad I could help :)

This archived topic is closed to new replies.