Shape 5

Joomla Templates => Lime Light - Club => : nanja October 12, 2013, 12:48:47 AM



: website
: nanja October 12, 2013, 12:48:47 AM

Dear Shape5,

I want to make a change to the he background of this site www.twinfit.nl but in the FTP can I not find the background top. Where can I find it because I did find below in the help forum but it is still not working?

Thank you and hope to hear from you.

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 } ?>


: Re: website
: mikenicoll October 12, 2013, 09:15:11 PM
Hello,

All that statement you posted is doing is echoing the background URL from the Template Manager. You should be able to change the backgrounds directly from there.

-Mike