Using child theme to change backgrounds. Can't override blue.css
Whatever I do, I can't seem to override the styles in blue.css. I copied the whole blue stylesheet over to my child style, but no matter what, I can't get rid of this:
.header_main_bg { background:url("../images/content_topbg.gif") repeat-x scroll center top transparent; background-color:#EFEFEF; clear:both; padding:25px 0; position:relative; }
All I want to do is change the background images and colors of the body, container and header.
Thanks for any help/suggestions!