Hello!
I have attempted to use the same code that seems to be working for others to specify a unique header for the home page and a standard header for the other pages. The two headers have different heights, as well. Here's what I have pasted into my "CSS Inserts" box:
body.page-id-3 div#myimage {
background-image:url('http://customoutdoorfirepits.com/wp-content/themes/atahualpa351/images/header/2.banner.COF.jpg') !important;
position:relative;
margin:0;
padding:0;
height:250px;
}
#myimage {
background-image:url('http://customoutdoorfirepits.com/wp-content/themes/atahualpa351/images/header/3.banner.COF.jpg') !important;
position:relative;
margin:0;
padding:0;
height:160px;
}
However, instead I get a random selection of one of the two headers for both the home page and the other pages. The height always stays the same (250 px).
Any suggestions? Thanks in advance!








Linear Mode
