Shape 5

Joomla Templates => Sea of Glass - September - Club => : coloradofr May 21, 2013, 06:46:27 PM



: Simple Question about Fixed Background
: coloradofr May 21, 2013, 06:46:27 PM
Hey Guys, I just want to know, where in the CSS can I change the custom background from scroll to fixed.?

Thanks,
J


: Re: Simple Question about Fixed Background
: mikenicoll May 21, 2013, 07:30:09 PM
Hello,

In the index.php for the template you will see the following line.

body {

   background:<?php echo ($s5_colorback);?> url(<?php echo ($s5_repeatback);?>) repeat-x;}


Add the following addition:

body {

   background:<?php echo ($s5_colorback);?> url(<?php echo ($s5_repeatback);?>) repeat-x fixed;}

-Mike


: Re: Simple Question about Fixed Background
: coloradofr May 21, 2013, 08:40:05 PM
Thanks!! Worked like a charm!!  :D


: Re: Simple Question about Fixed Background
: mikenicoll May 21, 2013, 09:17:28 PM
NP :)

-Mike