How do I change the logo image?
I have another image which I want to use.
h1.logo a {
background-image: url('../images/style1/logo.png');
}
h1.logo a {
background: url('../images/style1/logo.png') no-repeat 0 0;
display: block;
margin: 0;
text-indent: -999em;
width: 390px;
height: 50px;
}
h1.logo a {
background-image: url("../images/style1/logo.png") !important;
}