Hi,
I want to insert a header background image in place of the block colour. I am trying (without success). I have made the following changes to the template.css:
/* HEADER
——————————————————— */
#ja-header {
background:url(http://www.mysite.com/images/header.png) no-repeat;
border-bottom: 1px solid;
}
#ja-header .main {
padding: 10px 0;
}
h1.logo, div.logo-text h1 {
font-size: 250%;
line-height: 1;
margin-left: 10px;
}
/* Logo Image —*/
h1.logo {
width: 250px
height: 150px;
}
h1.logo a {
background: url(../images/logo.png) no-repeat left;
display: block;
width: 250px;
height: 150px;
}