Hi, love your 'display' theme - very cool. Quick question I would hugely appreciate if you could answer:
> possible (and quick) to load a background image in both the header (behind the logo/menu) and behind the slider on the front page?
cheers!
Hi, love your 'display' theme - very cool. Quick question I would hugely appreciate if you could answer:
> possible (and quick) to load a background image in both the header (behind the logo/menu) and behind the slider on the front page?
cheers!
This requires a quick and simple CSS edit in the /css/style1.css / /css/style2.css / /css/style3.css etc files.
To change the background for the entire page width, change the body tag, if you literally want the image behind the content, change the .wrapper section.
body{
color:#777;
background: #222;
}
.wrapper{
background: #fff url(../images/skin1/bg.png) repeat-x left top;
}This topic has been closed to new replies.