XenForo How to make your background static/fixed?

M

Merlin07

Guest
Wouldn't this go in the CSS form in the 'page setup' screen in the page background section?

body
{
background-image: url('path to image');
background-attachment: fixed;
background-size: cover;
}

Or am I doing something wrong?

Continue reading...