• Hi all.
    I’m new to WordPress, but am already loving it compared to blogger.

    I know this has probably been asked a million times, but here is one more. I am using the Nona theme and love it. I created a banner that I would like to put in the header, but can’t get it to work. Either it does not show up at all, or appears in the wrong place.

    I do have experience using CSS and HTML, but still can not quite figure it out.

    I know that this description is vague, but hopefully someone out there can help.
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Its easier to help you with a link to your actual site… that way we can see the structure of your theme to give specific help.

    Also give a description of where/how you want the header positioned

    Thread Starter bunnyk

    (@bunnyk)

    Oops. I guess that would help.
    the site is http://www.invisiblebunnyking.com.
    What I would like is right where the words The Invisible Bunny King…. I would like to insert a banner I made in photoshop.
    It strikes me that it would be inserted somewhere in #header, but doesnt seem to work.
    I hope this helps.

    well….your header already is an image…. do you want to replace that?

    in your theme’s style.css the header is controlled here:

    #header-top {
    	background: url(images/Blank_Header.png) no-repeat;
    	height: 350px;
    	margin-top: 0px;
    }

    so in the themes images folder, there is that image. You can edit it, replace it, etc.

    Or do you want something above it, below it?

    You could probably also put another image on top of it I guess, or hard code an image directly into your header.php file

    Thread Starter bunnyk

    (@bunnyk)

    Yeah, I tried that. For some reason it didnt work. I will try again.

    don’t forget to refresh your browser to see any changes by pressing ctrl+f5

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Insert custom header’ is closed to new replies.