TWN Background help

GK User
Fri Nov 02, 2012 2:18 am
Hi,

Ive added the following css overide for website www.tivertonian.co.uk

body { background:url(images/ttback1.jpg) repeat; background-position:fixed!important; }

Firstly the background position is not fixed so i have set to repeat for now to make it look ok. If i remove repeat or no repeat the background doesnt show.

My main issue is that this background only appears to work on the homepage and not the other newspages.

Can somebody offer some help or advice on how to fix?

Thanks
User avatar
Fresh Boarder

Konrad M
Fri Nov 02, 2012 11:42 am
Hi,
please change your code to:
Code: Select all
body {
background:url(../images/ttback1.jpg) top center fixed no-repeat;
}

Did you upload your image to images template folder ?
User avatar


cron