MyBB Community Forums

Full Version: Setting the text Quote color on replies?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am wondering if I can set the text quote color different from the color of the text on the rest of the forum?

Initially, I set it to white for the forum, which is perfect for the bckground color I am using, but if I quote someone I could not view the text, obviously because of the white bckground.

Let me know if this is possible and how to do it if so.

Thanks.
You can edit the CSS class in global.css (ACP => Templates & Style => Edit Theme => Global.css), called blockquote. For example,

blockquote{
color: #000;
}

This will turn the text color black.
(2008-12-27, 05:46 PM)Tom.M Wrote: [ -> ]You can edit the CSS class in global.css (ACP => Templates & Style => Edit Theme => Global.css), called blockquote. For example,

blockquote{
color: #000;
}

This will turn the text color black.

Thanks Tom. I decided to change the background color of the quote box instead, much better now.

Happy Holidays!