Hi All;
I am trying my hand at CSS for the first time but nothing is working. I want to add a large header image that will replace the header text. From what I understand, I would take the custom CSS and paste it directly into the CSS style sheet editor, completely alone, and it would override the existing Manifest CSS. The code I am using is
#header-image a img {
display: none;
}
#header-image {
display: block;
margin: 0 auto;
background: url(MEDIA LIBRARY URL*) no-repeat;
width: 500px;
height: 500px;
}
but when I pasted this in with the correct URL and saved, nothing on my site changed.
What am I doing wrong?
The blog I need help with is cheblack.com.