Archived topic
How to change background css colour of quote
1 reply · Started by sebastian on May 17, 2019
Viewing posts 1–2 of 2
How do I change the background colour of the quote formatting?
Many thanks
Hi there,
you can use this CSS - included background, text and border color just remove or change what you need:
blockquote {
background-color: #eeeeee;
color: #222222;
border-color: #000000;
}
This archived topic is closed to new replies.