Jump to content

Default Theme Background


Recommended Posts

From my memory (try to check):

 

in themes/<your theme folder>/css/global.css

find and add:

 

 

 

#page {

background: #fff; <-- add

}

 

and

 

 

 

body {

font: normal 11px/14px Arial,Verdana,sans-serif;

color: #222;

background: #fff url('<URL OF YOUR PICTURE>') repeat-x fixed; <-- add

}

 

Hope this is correct. give it a try,

pascal

Link to comment
Share on other sites

×
×
  • Create New...