Background color

GK User
Wed Feb 01, 2012 11:35 am
hi

I am using this template on property.luxos.com, i want to help have help from you, i need to remove background image on template, i need to do white, how i can do this please help

Thanks
User avatar
Expert Boarder

GK User
Wed Feb 01, 2012 1:40 pm
Hi.
All you have to do is edit style1.css file and change the following line:
Code: Select all
 #gkBg {
background-image: url('../images/style1/bg_halftone.png');
background-repeat: no-repeat;
}

to:
Code: Select all
 #gkBg {
background: transparent;     //or white if you want.
}
User avatar
Platinum Boarder

GK User
Wed Feb 01, 2012 3:23 pm
Solved :)
User avatar
Expert Boarder

GK User
Wed Feb 01, 2012 3:31 pm
I'm glad I could help.
See you around...
User avatar
Platinum Boarder


cron