Archived topic
Quote Customisation
3 replies · Started by Lee on June 22, 2021
Viewing posts 1–4 of 4
Hello there,
Could you please tell me how I might change the colour of the line running down next to each quote I place on my website please? It's currently set to grey, but I'd like to use a custom colour.
Many thanks.
Hi there,
try this CSS:
.wp-block-quote {
border-left: 5px solid #ff0000;
}
Perfect. Thank you.
You're welcome
This archived topic is closed to new replies.