Shape 5

Joomla Templates => Lime Light - Club => : smuir August 31, 2013, 11:30:01 PM



: Where is the background image CSS?
: smuir August 31, 2013, 11:30:01 PM
I've been looking for over an hour and can't locate where to change the CSS for the header backgound image.  The image is changeable via Vertex, but I cannot find the actual CSS anywhere.  ???

I just want to change the image properties from 'scroll' to 'fixed'.....that's all!

Could someone please show me where to do that?  Thanks.


: Re: Where is the background image CSS?
: mikenicoll September 01, 2013, 02:18:09 PM
Hello,

You can find this in the index.php at line 56

<?php if ($s5_background_top != "") { ?>
#s5_body_padding {
background:url(<?php echo $LiveSiteUrl; echo "images/"; echo $s5_background_top; ?>) no-repeat top center;
background-size:100%;
}
<?php } ?>

-Mike


: Re: Where is the background image CSS?
: smuir September 01, 2013, 07:02:01 PM
Thanks Mike!  Perfect.  :D


: Re: Where is the background image CSS?
: mikenicoll September 01, 2013, 07:16:31 PM
NP

-Mike