Site logo

Archived topic

Changing colour of wordpress block quote

3 replies · Started by Simon on May 7, 2021

Viewing posts 1–4 of 4

Hi there,

try adding this CSS:

blockquote.wp-block-quote {
    border-left: 5px solid #f00;
}

Just change the #f00 to whatever hex color you require.

Hi David!

Thanks ever so much, worked perfectly!

You're welcome

This archived topic is closed to new replies.