I have a related problem, and I think I can handle a PHP solution.
I’m using Crisp & Clean by fernando. I edited the images, and as a result the header image looks ugly if it’s shown on pages (because pages have no sidebar). Basically, I want to have two header images, one for the frontpage and one for any page that doesn’t show the sidebar.
Looking at the template, it seems that the easiest thing is to put an “if clause” (is that what you call it?) in the one place that the header image is defined. Here’s the code at that place:
#header { background: url(<?php bloginfo('stylesheet_directory'); ?>/images/kubrickheader.jpg) no-repeat bottom center; }
How can I put in an “if clause” so that if we’re not viewing the frontpage, kubrickheader2.jpg is displayed?
THANKS in advance for the help. I really appreciate you taking your time.