Changing header via CSS in my theme
-
Here is what I want. For my tutorial pages (hierarchy) will be
Tutorials
-Photoshop
-Paint Shop Pro
-Blah blah
-Blah blahI have my page.php setup the way I want, only thing is the header.php calls my stylesheet with the banner for the other parts of the site, my blog mainly. I want a “tutorials” header img there instead, which I have created.
Since my header is from the CSS and page.php already has that called whenever I view my tutorial pages, I get my blog’s header.
I want it to call instead the new stylesheet (which I called tutstyle.css) for those pages which includes the tut header img instead.
What php do I need to add to my header to do that?I’m a php copy paster…I hate coding LOL! I’ve tried various things and nothing works so far. It just won’t call that other stylesheet instead.
Help?
- The topic ‘Changing header via CSS in my theme’ is closed to new replies.