Change the background

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Wed Mar 28, 2012 7:55 pm
Hi!!
I'd like to change the background, I'd like to change for an image or another colour.
How can I do??
Thanks a lot!!
User avatar
Gold Boarder

GK User
Wed Mar 28, 2012 8:51 pm
Hi.
Please add this code to override.css file:
Code: Select all
 body {
color: #999;              // here you can set your color of background
background: #DDD url('../images/style1/bg.png') no-repeat center 0;           // here you can put your image of background.
}
User avatar
Platinum Boarder

GK User
Fri Mar 30, 2012 11:43 am
mikeMB wrote:Hi.
Please add this code to override.css file:
Code: Select all
 body {
color: #999;              // here you can set your color of background
background: #DDD url('../images/style1/bg.png') no-repeat center 0;           // here you can put your image of background.
}

Thanks, then I would like my background image be fixet and I add:
body { background: #DDD url('../images/style1/bg.png') #999 fixed center 0; } but doesn't work, it's wrong that I writte??
Tahnks a lot.
User avatar
Gold Boarder

GK User
Fri Mar 30, 2012 4:47 pm
Could you please paste link to your site?
User avatar
Platinum Boarder

GK User
Sun Apr 29, 2012 4:46 pm
It's all Ok, thanks a lot.
User avatar
Gold Boarder


cron