Jump to content

Background and border line


Recommended Posts

Is it

You can do this rather easily in your global.css. Change the body background to the color you want.

 

To add a border to your site just add the following --

 

#page {
background: none repeat scroll 0 0 white;
border: 2px solid #000000;
margin: 20px auto;
text-align: left;
width: 980px;
}

 

Hope that helps!

 

Marty Shue

 

Is the global.css is the one inside public_html / themes / MyTheme / css / global.css?

Link to comment
Share on other sites

×
×
  • Create New...