css kodlarını kurcalayıp background adresi yazan adrese başka bir adres birde öyle deneyin.

örnek veriyorum css dosyasında şunu bulup

background-repeat: no-repeat;
height: 1024px;
width: 1350px;
margin: 0;
background-image: url('../tema/background/glare_light/page_gl_1.png');
background-position: left top;
}

yeni background adresinizide verebilirsiniz eğerki bulamıyorsanız veya yapamıyorsanız. bunu yapabilirsiniz. yeni background linkini yazabilirsiniz.

background-repeat: no-repeat;
height: 1024px;
width: 1350px;
margin: 0;
background-image: url('yeni background linkiniz');
background-position: left top;
}