Marko Jaric
asked 10 years ago

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
DominicStaff
answered 10 years ago

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!

Powered by DW Question & Answer Pro