An easy way to do this if you don’t have a lot of pages is just to add a series of page-specific header calls to custom.css.
For each page you want to add a custom header for, add the following, with PAGEID replaced by the page’s id and IMGURL by the address where the header is located
.page-id-PAGEID #header {
background: url("IMGURL") no-repeat scroll 0 0 transparent;
}
-
This reply was modified 8 years, 2 months ago by D Smith a11n.
Thank you so much. I will work on that this weekend and let you know if I need any more help. Awesome of you to take the time out to help me. I am very grateful.
I tried this both in the original theme and in a child theme. It put the desired image behind the default. Any advice?
PS thanks again for your help.