Hello...
It is possible to have an image in the background for the FASHION template?
a full image no repeat, ?
thanks
               
                
               
          




 1.00 out of 6 based on 1 vote(s)
1.00 out of 6 based on 1 vote(s)
body { background: url("../images/bg.jpg") no-repeat fixed #F5F5F5; }
body {
background: url("../images/bg.jpg") no-repeat #F5F5F5;
background-attachment: fixed;
background-size: 100% 100%;
}


body { background: url("../images/bg.jpg") no-repeat fixed #F5F5F5!important;}
body {
background: url("../images/bg.jpg") no-repeat #F5F5F5!important;
background-attachment: fixed!important;
background-size: 100% 100%!important;
}


body { background:url("../images/bg.jpg") no-repeat fixed #F5F5F5 !important;}

 
 

