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

Can't change color of background of "quotes" in Forum? | Forum

Topic location: Forum home » Development » Themes
Lisa
Lisa Mar 31 '12
I can't find which setting to change to customize my style or otherwise tweak settings in order to change the background color for "quotes" in the Forum. IE when someone hits "quote" on a post. I'm using Macabre, and because the text color is light and the "quote" box is white, it's almost impossible to read. If I darken the text color it looks too dark on the dark macabre colored background. I just want to make the quote background color darker than it is. Can anyone help?
Michael I.
Michael I. Apr 2 '12
Topic was moved from Bug reports and troubleshooting.
Antartis
Antartis Apr 22 '12

body.htmlarea_styles blockquote.ow_quote,


blockquote.ow_quote{


    margin: 10px 0 10px 40px;


    background: #444444;


    border-left: 2px solid #ccc;


    padding: 2px 5px;


}


line 3869 of "base.css" from ur macabre theme folder.

u must go first to config.php file and define('OW_DEV_MODE', true); in line 45. after u do the changes put back  FALSE: define('OW_DEV_MODE', false);