MyBB Community Forums

Full Version: Change the background of quote boxes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I am a novice when it comes to editing templates. Anyway, I downloaded the "Dusk" theme, but the text in the quote boxes is a light gray against the white background. Is there any way I could change the color of the quote boxes so it would be easier to read?

Thanks!
Hey I actually figured this out out all by myself!!!!!!

Ah sorry, anyway. Go to your Admin thingie. Click on "Templates and Styles", Click on the Dusk theme.

Click the Global.css file
-Click the "Edit Stylesheet: Advanced Mode"

Scroll down until you see:

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

Change the part in red to the color you want. Hope that helps!

EDIT: That above script is from the default theme, but yours should look similar.
Thanks. =]