change background to image

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Fri Dec 16, 2011 6:58 am
How do i change the backgdround to an image

i add the following code to the template.css - it did not work


body { min-height:100%; background-image: url('../images/bg.jpg');
User avatar
Junior Boarder

GK User
Fri Dec 16, 2011 9:35 am
Try below code and make sure bg.jpg does exists in your specified location.
Code: Select all
body { background-image: url("../images/bg.jpg") ; background-size: 100%; background-attachment: fixed; background-repeat: no-repeat; background-color: #fff; }
User avatar
Platinum Boarder


cron