I've been trying to change the header background into an image. So far I haven't been able to do so. I've also just tried to change the color. Neither one has worked. Am I doing something wrong. My site is f59.b38.myftpupload.com/ I would actually like to add a header background image, so it's not just a white background.
Comments
Try using this custom css
#Top_bar {thanksbackground-image:url('your-image-url')no-repeat center center !important;
background-size:cover !important;
}
#Top_bar {background-image:url('your-image-url')no-repeat center center !important;
background-size:cover !important;
}
#Top_bar {background-image:url('/1600-900-baby-blue-eyes-solid-color-background.jpg')no-repeat center center !important;
background-size:cover !important;
}