Where can I change the quote box background colours?

DoctorWatsOn

Well-known member
It looks like it's called the 'blockquote', but I've searched in Style Properties and be buggered if I can find the little devil, it's doing my head, please can someone rescue me here?

I hate pink! :mad:
 
Thanks for this. Was looking too. :)

Also, where do you change the size of the quote 'box'? I'd like to make it a little wider and closer to the full length of the message area.
 
1em is the default margin so it should appear as it does here.
Are you using a custom style?
It's possible it has been overridden in EXTRA.css or elsewhere.

If you can provide a link I can check the CSS.
 
It might be worth contacting the designer and asking them how they have overridden the Style Properties.

In the meantime you can add this to EXTRA.css:
Code:
.bbCodeBlock {
margin-bottom: 1em !important;
}
 
Top Bottom