Elxis CMS Forum
		Extensions => Templates => Topic started by: Batman007 on February 13, 2013, 21:40:22
		
			
			- 
				Hello Elxis Team,
Stalingrad theme
Option: Body background selection * yes * for use a background image! But This doesn't work. What is the procedure? Maybe I need to change this in file css ? 
Best regard   :D
			 
			
			- 
				you need modify the body tag in file layout.css 
body {
   color:#000;
   margin:0;
   padding:0;
   font-family: "Trebuchet ms", Helvetica, sans-serif;
   font-size:13px;
   line-height:19px;
   background: url(../images/yourimage) ;
}
before to modify the body tag make a copy of layout.css
in parameters of template -- > custom --> body background: yes
			 
			
			- 
				ok good! 
I test this tomorrow...
big thank