Hello,
How can disable the header_bg background just in the home? Because of this the home of my website is slow, because there are many images, so I wanna disable "header_bg" only at the home of the web.
Regards!
body.noimg #gkBg {
background: rgba(0, 0, 0, 0) none !important;
}
Please, could also help with the theme of the logo?
.noimg #gkBg {background: black !important;}
Oscar E wrote:.noimg #gkBg {background: #EEEEEE !important;}
Light Gray ?