Hi I am trying to edit the CSS for my blog so that I can place a background image in the Header space. I am trying to use:
.header {
background-image:url
('http://rickbrooke.files.wordpress.com/2012/08/homepage.jpg');
background-color: #fff;
margin: 0 0 15px 0;
min-height: 65px;
padding: 0 15px 15px;
position: relative;
}
But it is not working....any ideas anyone?
The blog I need help with is rickbrooke.wordpress.com.