Support » Fixing WordPress » Adding image to header

  • paulys33

    (@paulys33)


    Hi,
    I know this topic has been covered but can’t find the answer I need. I’m using the 3K2 them which has no header image.
    I can change the color by modifying the style sheet, but want to completely replace this with an image. Adding a background image does not work. Any help is appreciated – thanks!

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

    (@doodlebee)

    Link?

    Thread Starter paulys33

    (@paulys33)

    Doodlebee

    (@doodlebee)

    In your stylesheet you have:

    #header {
    	padding: 0;
    	margin: 0;
    	position: relative;
    	height: 140px;
    	background: #99CC00;
    	}

    edit:

    #header {
    	padding: 0;
    	margin: 0;
    	position: relative;
    	height: 140px;
    	background: #99CC00;
    	background-image:url("path to your image file");
    	background-repeat:no-repeat;
    	}
    Thread Starter paulys33

    (@paulys33)

    That’s great. It works in Internet Explorer and Opera!
    Why doesn’t it work in Firefox?
    Here’s my test URL.
    http://atomicgraphix.com/robots/wordpress/
    Thanks again – almost there.

    Doodlebee

    (@doodlebee)

    Looks the same to me in IE and Firefox.

    Did you clear your cache?

    Thread Starter paulys33

    (@paulys33)

    I’ve got it now – thanks!

    i’m trying to do the same thing to my blog. I have an image that i want to always be at right before the first post. I tried copying the same code used here and it didn’t work for me. my site is teachmomhow.com. Can anyone help me out?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Adding image to header’ is closed to new replies.