I keep getting feedback that the grey font in the footer of blockquotes is too dark to read. How can I change this to white italics? Or a light blue like #B0C0E0?
1 Answers
Hi David,
To change the font color on Quote post, please add the following code to the style.css file.
.format-quote .item-content blockquote footer {
color: #...;
font-style: italic;
}
Add the desired color you want into the code
Hope this helps!
Please login or Register to submit your answer