How do I replace the background with an image in this template?
http://demo.gavick.com/joomla16/sep2011/
body {
line-height: 1.8;
min-height: 100%;
color: #777;
background: #EEE;
padding-top: 45px;
}
body {
line-height: 1.8;
min-height: 100%;
color: #777;
background-image: ....... ; //here you have to put path to the image.
padding-top: 45px;
}
mikeMB wrote:I'm glad I could help.
See you around...
https://www.gavick.com/support/forums/104/13476.html
body {
background: url("http://www.avidiamonds.com/templates/gk_boutique/images/AVI-colored-diamonds.png") no-repeat fixed 0 0 transparent;
background-size: 100%;
line-height: 1.8;
color: #fff;
padding-top: 45px;
}