I've purchased the ability to alter CSS code for the Emire theme. I'm looking to change the header to a background image.
The original code:
#header {
background:#879675 url('./images/header.png') 0 no-repeat;
border-bottom:1px solid #c4cC91;
height:99px;
text-align:center;
width:100%;
margin:0;
}
The updated code:
#header {
background: url('http://aliciabergeron.files.wordpress.com/2010/02/foliobanner.png') 0 no-repeat;
border-bottom:1px solid #c4cC91;
height:99px;
text-align:center;
width:100%;
margin:0;
}
It doesn't seem to work. Any tricks???
Thanks,
~Alicia
The blog I need help with is aliciabergeron.com.