• Resolved Harvey

    (@harvey)


    Hello all,

    I’m almost embarrassed to ask…

    I can’t figure out how to change the title image on my WP blog!

    I just switched to WP2.0, and have activated the POOL theme.
    http://www.lamateporunyogur.net/

    This theme includes a folder called ‘images’ and includes the file ‘logo.gif’ which is the file being displayed as the background image for the default installation.

    I can overwrite this file and change my image fine… but I want to change the filename that is being refered (I want to use a jpg instead of a gif) but I can’t for the life of me find where this logo.gif file is referenced from!

    I checked all of the usual theme files, header.php index.php etc, but I can’t find mention of this logo.gif anywhere!

    Thanks for any help on this… I must be missing something obvious.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Check your CSS style sheet, although this may not be the correct one as it already is listed as a jpg.


    #cabecera {

    background: #ECECEC /*url(images/logo2005.jpg)*/;

    height: 150px;

    font-family: "Trebuchet MS", sans-serif;

    margin: 0;

    overflow: hidden;

    padding: 0;

    }

    Thread Starter Harvey

    (@harvey)

    Thanks for the tip.

    I tried uploading a file called logo2005.jpg to the /images/ directory of the theme, and even to an images directory I created in the root of the wordpress installation, just in case… but nothing doin! Not working.

    This is a most cryptic placement…

    OH!

    #header {
    background: #8EBAFD url(images/logo.gif) no-repeat;
    height: 150px;
    margin: 0;
    padding: 0;
    }

    This did it!

    GEESH what a…. wonderful theme!

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

The topic ‘Title Image – pool theme – 2.0’ is closed to new replies.