Page 1 of 1

background image in 'Layout: Left sidebar + 1 column' styles

Posted: Sat Nov 19, 2011 8:18 am
by dsmous
I'm setting CMS made simple for my employer...

I've used it with great success many times before, but with a mostly stock configuration...

We want to have a background image behind the whole page (header, menu, and content...

We've went all through the stylesheet several times, and haven't found a way to set this up... Any thoughts??

I'm using CMS version 1.10.1...

Re: background image in 'Layout: Left sidebar + 1 column' st

Posted: Sat Nov 19, 2011 10:36 am
by gianpiero
Left sidebar + 1 column you have to find

Code: Select all

/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
/* default text color for entire site*/
	color: #333333;
/* you can set your own image and background color here */
	background: #ffffff url([[root_url]]/uploads/anyfolder/yourimage.png) repeat-x left top;
}
regards
/gp