I'm currently having troubles to change the blog title for the superfresh theme
I'm currently having troubles to change the blog title for the superfresh theme
seems to be a background image; defined in style.css:
#header #logo h1 a {
background: url(images/logo.png) no-repeat top left;
width: 460px;
height: 62px;
float: left;
text-indent: -9999em;
}
find the image logo.png in the images folder of your theme;
one possible aproach could be to create a new image with the same dimension, the same name, and the same file extension; and replace the one in the images folder of your theme on the server.
This topic has been closed to new replies.