body {background-attachment:fixed;}
Cyberek wrote:Please enable override.css in your template settings, then edit:
/templates/gk_gamenews/css/override.css
and add at its end:
- Code: Select all
body {background-attachment:fixed;}
body {background-attachment: fixed !important;}
body[data-bg="1"] {
background: #f4f4f4 url('../images/bg1.jpg') no-repeat center 0;
}
body[data-bg="1"] {
background: #f4f4f4 url('../images/bg1.jpg') no-repeat center 0; background-attachment: fixed
}