MyBB Community Forums

Full Version: Text in quote reply box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi can anyone help me thanks i have a slight problem when i reply to someones post in a quote the text is white in the box and i cannot see it.Is there a way to change the text in the box as the box is white also so that i can see it so it is not invisible thanks
in the theme's global.css, you can add required colors for blockquote and blockquote cite (see html color codes)
 blockquote {color: #000000;}
blockquote cite {color: #0000ff;}
Go to Styles --> your style --> Global.css, Find "blockquote", Add this property to it:

color:#054205;

[change #054205 to your custom color code]