bodhidude
Member
Posted 2 years ago #
I am using the peaceful rush theme and was wondering if anyone can give me some guidance in changing a portion of the background color. Specifically it is the brown that borders the top of the theme that I'd like to change. It is not as simple as finding and changing a background CSS entry as it seems like this color may be included in background images but if anyone has any ideas I'd appreciate it.
This is the site: http://www.bodymindhealthandwellness.com
thanks
colin
I suspect it code be the background-color in the follow chunck of code in the CSS:
body{
font-family: Arial, Helvetica, Georgia, Sans-Serif;
font-size: 12px;
text-align: center;
vertical-align: top;
background: #fff url(images/bg_body.gif) repeat-x;
color: #000;
}
Try changing it to and see how that goes:
body{
font-family: Arial, Helvetica, Georgia, Sans-Serif;
font-size: 12px;
text-align: center;
vertical-align: top;
color: #000;
}
Link to your site CSS: http://www.bodymindhealthandwellness.com/wp-content/themes/peaceful-rush/style.css