I'm trying to change some colors:
The outer border of the page(bgcolor) to one color, which I know how to do, but then the body of the page also become this same color.

What do I need to change to keep this "interior" page color white?

Thanks.

Comments

hswong3i’s picture

Component: Code » User interface

Screenshot? CSS? PHP? Give me more information.

brewpal’s picture

the site is southernvision.com

The desire is to change the color of the outermost portion of the page (outside of the content) from white to another color.

When I change the style.css:
Body
background:
to another color, the outer portion of the page and the background of the page content change.

My desire it to change just that outermost portion.

Does this help clarify?

hswong3i’s picture

Just a simple example. Place the following code into your custom.css:

body {
  background-color: #FF0000;
}
#breadcrumb-search,
#main {
  background-color: #FFFFFF;
}
brewpal’s picture

Awesome, that worked like a champ.

Thank you for your help.

hswong3i’s picture

Status: Active » Fixed

Welcome, and thanks for using my work.
I have note your site within the project home page: http://edin.no-ip.com/about-me/projects/multiflex3

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.