The background colour changed to white only on the homepage...Anybody know how to fix this?
I will want custom colour or white on all the pages..
Thanks if help.!
body.whitebg {
background: #fff!important;
}
body.YOUR_PAGE_SUFFIX {
background: YOUR_PAGE_COLOUR!important;
}
background: url('../images/style1/bg.jpg') !important;