I put the website online for you:
www.giacomopoleschi.comSound weird but it seems that if I try to modify template.css by using the built in editor in the admin side or by uploading by ftp (i.e. by changing for example the image in url('../images/headers/404_header_bg.jpg') ), after reloading a page on my browser, if I open again the file template.css in some way I loose my changes and I've back the original version of the file.:
________
.error-page #gkPageContent {
background: url('../images/header_bg.jpg') no-repeat center top;
background-size: cover;
________
I'm lost.
Thanks.