I downloaded Ahimsa theme and changed all the colours, however I noticed there isn't a header.jpg available in style.css or images folder. I want to add an image to the header, do you know how to fix this??
Below are the details from style.css
#header
{
background-color: #384168;
color: #ffffff;
margin: 0;
padding: 20px;
text-align: left;
border-radius-topleft: 30px;
border-radius-topright: 30px;
-webkit-border-top-right-radius: 30px;
-webkit-border-top-left-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
}
#header table
{
color: #ffffff;
width: 100%;
}
#header #title
{
height: 20px;
font-size: 24pt;
font-family: "Trebuchet MS", "Gill Sans", Skia, "Century Gothic";
padding-right: 15px;
padding-left: 10px;
border-right: 2px solid #ffdd00;
}
#header #description
{
padding-left: 20px;
padding-right: 15px;
width: 100%;
}
#header a
{
color: #ffffff;
}
#header #search
{
vertical-align: middle;
text-align: right;
padding-right: 20px;
}
#searchform INPUT
{
background-image: URL('images/search.gif');
background-position: 3% 50%;
background-repeat: no-repeat;
border: 0px solid #c6e1cc;
margin: 0px;
margin-top: 5px;
background-color: #000000;
padding-left: 18px;
color: #ffffff;
font-size: 8pt;
height: 20px;
border-radius: 11px;
-moz-border-radius: 11px;
-webkit-border-radius: 11px;
}
#recent
{
margin: 0px 0px 30px 0px;
padding: 10px 5px;
color: #ffffff;
background-color: #777777;
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
}
#recentheader
{
padding: 5px 10px;
font-size: large;
font-family: "Trebuchet MS", "Gill Sans", Skia, "Century Gothic";
}
#recentmore
{
float: right;
font-size: small;
background-color: #b70100;
cursor: pointer;
Thanks so much for your help