Find the hard coded bg image here!!!
-
The home page has a div called wrapper_sub, and it’s populating the background image that shows up in the header. I need to replace this on _every_ page with a new one.
I have been able to edit header.php in a child theme to remove the php call to a custom field for the header image, I’ve just replaced it with a hard URL to my new image, no php.
So far so good, it works on everything BUT the home page. (Can’t show you the child theme yet.)
However, Firebug reveals that the home page is still computing to the unique header that ends in_sps02.jpg.
The styles.css file is actually hard coded .home .wrapper to another image, but it’s getting over-ridden somewhere in the html. I do not understand Firebug well enough to get it to tell me exactly where that over-ride is happening. I cannot find it by searching the whole theme folder for “home” or “sps02.jpg” to save my life. I can’t find it in the .php files or the .css files.
Would LOVE ideas an would make a donation to the charity of your choice for an answer!
Carol
- The topic ‘Find the hard coded bg image here!!!’ is closed to new replies.