I have a site www.social-friends.co.za . I want to have the background image static / fixed.
I am using the Origin theme
I have edited the custom css in the admin page as follows:
.ow_page_container
{
background-image: url('images/bg.jpg'); /** OW_Control type:image, key:backgroundImage, section: 1. General Settings, label: Page background image **/
background-repeat: no-repeat;
background-position: top left;
background-attachment: fixed;
}
but just no luck......
What am I doing wrong and what do you suggest I do and how do I do it?
Thanks