Viewing 7 replies - 1 through 7 (of 7 total)
  • can you give more information?

    link to your site?

    without that information, all one can say is:
    edit the corresponding theme template – likely header.php; locate the code of the existing logo, and replace with your own.

    Hi rinkub,,

    If you really need some help about hanging my blog logo,,please give us the exact information about it thanks

    Hi alchymyth,,

    I do agree what you said—>edit the corresponding theme template – likely header.php; locate the code of the existing logo, and replace with your own.that’s what everyone going to say if you don’t give any good information=)

    [signature moderated]

    Thread Starter rinkub

    (@rinkub)

    Sorry, I did not know what you needed, thank for your help, this is my site, I am trying to replace the banner with a jpeg file, I am not sure exactly what to do,

    http://cookinginwestchester.com/

    this is the logo file (a transparent png, covering only part of the ‘banner’), in the images folder of your theme:
    /images/logo1.png

    the easiest would be if you also use a transparent png; and change the background color in the style below:

    the brown header is done with this style in style.css of your theme:

    #header {
    	background: #7b3108;
    	width: 960px;
    	height: 100px;
    	margin: 0;
    	padding: 0;
            -moz-border-radius:10px 10px 0 0;
            -webkit-border-radius:10px 10px 0 0;
            border-radius:10px 10px 0 0;
    	}

    Thread Starter rinkub

    (@rinkub)

    Ok, I am sorry, I am not very familia with wordpress, I am a new convert from blogger. So do I get a transparent png file. I do have a file with a png extension, how would I load the file and replace it.

    Thread Starter rinkub

    (@rinkub)

    I meant how do get a transperent png file.

    I meant how do get a transperent png file.

    you might need to use one of the more advanced image editing programs such as the free GIMP.

    or you can use your jpg logo:
    a:
    match the background color of the header to the background of your jpg logo.
    b:
    name the image ‘logo1.jpg’ und upload the image to the images folder of your theme;
    c:
    change here to logo1.jpg in style.css:

    .header-image #header #title-area {
    	background: url("images/logo1.png") no-repeat scroll left transparent;
    	}

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

The topic ‘Changing my Blog Logo’ is closed to new replies.