Background color won't change

Permalink Browser Info Environment
I've gotten into the main.css file and had some success changing how my website displays, but I haven't been able to change the background color from the default green. I've tried changing both color and background variables but the color remains the same.
Original:
body {
font:12px Trebuchet MS, Tahoma, Arial;
color:#000000;
background:#72783e;
margin:0px;
padding:0px;
}
Changed:
body {
font:12px Trebuchet MS, Tahoma, Arial;
color:#003300;
background:#003300;
margin:0px;
padding:0px;
}

Please help!

Type: Discussion
Status: New
sklamet
View Replies:
cannonf700 replied on at Permalink Reply
cannonf700
Sorry for the late reply, I was on vacation and just got back.

There is a chance that this body class is repeated in the typography.css file and so that is over-ridding the changes you are making.

I would look there and see what you find. Also, if you use firbug or Chrome's inhouse 'inspect element' tool you'll be able to locate the exact line of code that's causing the problem.

Thanks,
Ryan

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.