October 23, 2015 at 2:33 am
Hi Guys,
We’re using Secondary Navigation to have a coloured bar menu under the centered logo.
We have a background graphic in the Header that sits nicely behind that and stops at the bottom of the menu.
But on the home page we want the header graphic to go down behind the slider.
Have gone through the Theme Options and set background etc etc but was only able to achieve it with Custom CSS as the slider is part of the body not header.
We got this Custom CSS to work…
body.home .contentclass {
background-color: transparent;
}
body.about-us .contentclass,
body.general-admission .contentclass,
body.kids-parties .contentclass,
body.safety .contentclass,
body.contact-us .contentclass,
body.home-page .contentclass {
background-color: #ffffff;
}
BUT every page we add has the added so we have to edit this css.
Is there a Custom CSS and Advanced Styling combination you can suggest so that we can make the non-home pages the default and just have the home page as the Custom CSS? (the combinations we tried just failed unfortunately).
Thanks!
Vanessa