Hi,
I have edited the CSS to the following:
#site-title {
float: left;
font-size: 55px;
line-height: 36px;
margin: 0 0 5px 0;
width: 700px;
}
#site-title a {
color: transparent;
}
#site-title a {
color: #c6bbca;
font: normal 55px "LeagueGothicRegular", "Helvetica", "Arial", "Sans-Serif";
text-decoration: none;
text-shadow: 1px 1px 1px #fff;
text-transform: uppercase;
}
h1#site-title {
background: url("http://www.palewolfpub.com/wp-content/uploads/2011/11/palewolf_black22.png") no-repeat scroll 0 0;
color: opaque;
height: 145px;
width: 400px;
}
It is my desire for the Site Title to remain, for searching purposes, but I want only the image to display.
Someone please tell me how to fix this issue with the "transparent name" showing through my logo image.
The sie is: http://www.palewolfpub.com
Thank you!!