Reply To: Changing Header Banner or Background

#116
livemeshlivemesh
Keymaster

Can you see if you upload an image 960x150px banner image and then issue this change in custom.css will help –

#header-area {

background: url("http://example.com/your-uploaded-banner-image.png") no-repeat scroll center bottom;
background-color: #fff; /* Change this to suit your banner background */
height: 150px;
}