Hi,
I want to implement a custom background image for my creativity template, i.e. either side of the content area, that will be created from a fixed, repeating image that would tile.
How can i implement this?
Thanks in advance.
Bob
html, #gkTop, #gkContentWrapper, #gkPageContentWrap, #gkFooter {background: transparent}
#gkTop div.gkPage, #gkPageContent, #gkBottom1 {background: #fff}
#gkFooter .gkPage {background: #5a69de}
#gkBottom1 {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto!important;
padding: 0;
max-width: 1045px;
}
body {background:url(../images/your-image.jpg) 0 50% no-repeat; background-position:fixed;}
body {background:url(../images/your-image.jpg) 0 0 repeat; background-position:fixed;}
.onepage #gkHeader .box, .onepage #gkBottom1 .box, .onepage #gkPageContent .box {padding: 0 20px;}