I use the style 2 Blue color. Where and what file should i edit? I want to use a image as a background. What is the code i need to use, and where should i put it?
Thanks,
body { background: url('../images/mybackground.png'); }
#gkContentTop, #gkPageContent, #gkBottom2, #gkFooter {
background: #fff!important;
}
body {
background: url("/images/bg.jpg") no-repeat fixed 0 0;
}
#gkLogo {
height: 40px;
margin: 5px 30px 10px 0;
width: 350px;
}
#gkFooter { padding: 16px 15px 0; }
#mod-search-searchword { margin-top: 3px; }