Archived topic
Change quote color or style
3 replies · Started by Fernando on November 13, 2019
Viewing posts 1–4 of 4
Hi,
Can I change the color of the quotes or make them like this?
https://monosnap.com/file/sohbjbtJgviW15HEd4ULvJg7K2vwIW
Thank you... I promise not to bother in a while. My blog is almost ser up thanks to you.
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.