Hello
I would like to add an image as a background to the header (and footer). Currently I’m stuck at using the custom CSS:
#branding {
background: none #YOUR-BACKGROUND-COLOR;
border-bottom-color: #YOUR-BORDER-COLOR;
-moz-box-shadow: 0 7px 0 #YOUR-SHADOW-COLOR;
-webkit-box-shadow: 0 7px 0 #YOUR-SHADOW-COLOR;
box-shadow: 0 7px 0 #YOUR-SHADOW-COLOR;
}
How do I need to change the CSS (background: ….) to add an image as a background for the header (and footer)? The image is uploaded to the media gallery.