Elxis CMS Forum

Extensions => Templates => Topic started by: Batman007 on February 13, 2013, 21:40:22

Title: Theme Stalingrad background picture
Post 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
Title: Re: Theme Stalingrad background picture
Post by: speck on February 23, 2013, 01:56:01
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

Title: Re: Theme Stalingrad background picture
Post by: Batman007 on February 23, 2013, 06:42:53
ok good!

I test this tomorrow...


big thank