Archived topic
How can i change color of border?
3 replies · Started by Daniel on December 14, 2019
Viewing posts 1–4 of 4
Hello
I am trying to change the color of border on the left side of quote block, see image for more info: https://prnt.sc/qaxit5
Can anyone help out?
Thanks!
Hi there,
Try this CSS:
blockquote {
border-left: 5px solid #000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
It worked, thanks for help!
No problem :)
This archived topic is closed to new replies.