Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator cubecolour

    (@numeeja)

    Open up your theme’s style.php & look for the where it says:

    /* Layout
    ------------------------------------------------------------------*/

    After that, insert:

    #blog_title {
    	height: 96px;
    	padding-left: 80px;
    	background: url(http://dl.dropbox.com/u/883929/Temporary/4.jpg) no-repeat;

    If you put the logo into the theme’s ‘images’ directory, then you can change the background line above to a relative
    background: url(images/4.jpg)

    Thread Starter jlar0che

    (@jlar0che)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding logo’ is closed to new replies.