We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Question - Facebook Clone | Forum

Michael
Michael Feb 14 '15
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
Ebenezer Obasi
Ebenezer Obasi Nov 3 '15
Try using 

.container {
    background: url("http://test.com/test.jpg") no-repeat center center fixed !important; 
  background-size: cover !important;

}

You do not have permission to reply this topic