Id like to have a different content background on my gallery page from my home page. Is there a way to do this easily? It seems the "header" is an overarching file that spans the other templates and is used to direct the content background image. Thanks, Kevin
Paste the following code in your custom css Appearance -> Theme Options -> Styling Options -> Custom CSS Code: .content_wrapper .fullwidth { background: red; } This will change the content background of the gallery page.
I'd like to have the entire content background change not just around the gallery. This would include the portion of the website content above the ".content_wrapper" that contains the social objects and logo and search button. Believe it is the ".body-content" class that I would like to change for JUST the gallery or any other page for that matter. Thanks, Kevin
Hi Kevin, Unfortunately there isn't a way to do that with our theme unless you custom code something up because all the Template pages are sharing the same Header and Footer area in our Theme. Sorry.