Is this the reason I am unable to assign in my style sheet custom header images to specific pages using the following css?
#page_slug #header {
background: url('custom_header.jpg');
}
(This scenario is assuming my image file was in the same directory as the style sheet.)
I use to have a site using 2.3 and this worked. Now with a new site using 2.5 it’s no go.