To illustrate what I want, look at this code below. If I change anything, nothing appears in my page. When it stays the same and I only includes the last line of code, the logo text appears with my image logo as background.
#site-title {
font-size: 28px;
text-transform: uppercase;
font-weight: normal;
line-height: 85px;
backgroud:url(/wp-content/themes/interface/logo_site.png) no-repeat;
What I want here? I want to remove the text and live only the image. But when I remove the text in Dashboard-Appearance-Theme Options-Design Options-Title&Description, also the background disappears. The background code was the only one that made my logo appears.
What can be done to change text to image?
Thanks