We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

QUOTE BACKGROUND | Forum

Topic location: Forum home » Support » General Questions
Antartis
Antartis Feb 12 '12
I want to change the BG color of the quotes in the forums, but I cant find where it is...(hours checking) 


 Anyone knows?

Michael Leader
Michael Feb 12 '12
Do you know CSS?  Have you looked in the admin panel edit CSS panel?  It will be in there somewhere.
I haven't thought about changing it myself but it will most likely be hiding in there somewhere.
Antartis
Antartis Feb 12 '12
Can be this?


body.htmlarea_styles blockquote.ow_quote,
blockquote.ow_quote{
    margin: 10px 0 10px 40px;
    background: #f0f0f0;
    border-left: 2px solid #ccc;
    padding: 2px 5px;
}



Michael Leader
Michael Feb 13 '12
Tried it in my test bed.  Yes seems to be it.  Change it to the colour you like in the edit CSS box.