Hello,
I am NOT using the imageBg parameter, but I am using the following custom code to place a background image in the header section of Simplicity.
Problem is, the background image appears on EACH page, but I only want it to appear on the HOME page. Is there a quick fix here?
#gkHeader {
background: transparent url(/images/header-images/rotate.php) 50% 0 no-repeat;
height: 585px;
width: auto;
-moz-box-sizing: border-box;
border-bottom: 0px solid #EEE;
margin-bottom: 0px;
}