I'm trying to replace the header overlay png image for this blog. I see the code references another web site:
<div id="header-overlay">
<img alt="" src="http://s1.wordpress.com/wp-content/themes/pub/digg3/images/bg_header_overlay.png"/>
</div>
How do I change this using custom CSS? I tried writing something like:
#header-overlay{
position: absolute;
width: 904px;
height: 250px;
z-index: -1;
background: url(http://www.emrjobs.net/blog/header_overlay.png);
}
(Only thing I added to the header-overlay was my new image that resides at http://www.emrjobs.net/blog/header_overlay.png)
It's like I can't get to the source code to change it in the html. Is there a way to do that? Sorry, I'm new to WordPress, and honestly I'm new to overlays too. Thanks in advance for the help.
The blog I need help with is emrjobs.wordpress.com.