I want to change the join and sign in backgrounds to images. I have altered the css file but it isnt working :(
Can you see where I'm going wrong
/*Join Page*/
.container {
background-image: url("http://test.com/test.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
The above is just for the join area etc