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
#gkBg {
background-image: url('../images/style1/bg_halftone.png');
background-repeat: no-repeat;
}
#gkBg {
background: transparent; //or white if you want.
}