Support Forums for LiveMesh Themes & Plugins › Forums › Enticing Theme Support › Changing Header Banner or Background › Reply To: Changing Header Banner or Background
August 9, 2012 at 3:57 am
#116

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;
}