Forums

How to change the blog title in superfresh theme (2 posts)

  1. nukeboy01
    Member
    Posted 1 year ago #

    I'm currently having troubles to change the blog title for the superfresh theme

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic