MyBB Community Forums

Full Version: Quotes being shown with wrong background color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Here's an example:
http://x.godzillaismycopilot.com/showthr...d=32#pid32

It formats the text in the right color, but the background is the same color. Where do I modify the code for this, so that we can read the quotes?

I'm using accord-envy.

Thanks!
1. Go to Admin CP > Templates & Style > Themes > Your Theme > global.css > Advanced Mode.

2. Find:

blockquote {
    border: 1px solid #ccc;
    margin: 0;
    background: #fff;
    padding: 4px;
}

3. Change #fff to the color you want (e.g. #000 for black, #ff0000 for red).
Perfect! thank you! Please close this as solved.