Viewing 3 replies - 1 through 3 (of 3 total)
  • insert it in the images folder that is in your blog theme. in the stylesheet under div#header, insert this:
    background:url(images/IMAGE) 0 0 no-repeat color;

    you will need to mess around with the zeros and no-repeat in order to get it the way you want it. the color should be the color of the rest of the header (not covered by your pic).

    Don’t forget to upload everything that changed, including the image!

    Thread Starter udoitnow

    (@udoitnow)

    I don’t understand.

    I see no image folder when I open up the theme.

    This blog has no images.

    Thanks!

    You’ll have to upload this via your Control Panel, it can be called: CPANEL or what not. Or, you could use a FTP client.

    Find out from you host, what your F.T.P. URL/IP address is, username and password is then, if you don’t already know it.. =P Login to whatever F.T.P. client you use, and upload that logo to that theme’s folder then.

    If you don’t have an images/ folder, does it have an img/ folder? If not, then upload it right inside the theme’s folder itself..

    wp-content/themes/your-theme/
    logo.[whatever extension]
    header.php
    index.php
    style.css
    whatever else..

    Do what jackosh said above too though, just change the url as such:
    background:url(logo.jpg) 0 0 no-repeat color;

    Or whatever the image’s extension is..

    Good Luck! ??

    spencerp

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to do I put a logo in my header’ is closed to new replies.