No, the #branding isn’t doing anything. I even tried using an absolute path to the jpg but I’m getting nothing.
That’s why I was looking for the style.css location. But if I create a child theme as Andrew suggested then maybe I’ll be able to do it. Thanks.
The really annoying thing is that I can’t for the life of me find style.css or header.php anywhere in the WordPress directory. I can modify them through the WordPress interface but I don’t know where they are in relation to the jpg I’m trying to use.
Just tried it, nothing happened. Here’s what I used:
#branding {
background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/headers/blog_banner.jpg”)
no-repeat bottom center;
}