Hello...
It is possible to have an image in the background for the FASHION template?
a full image no repeat, ?
thanks
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;}