• pookey

    (@pookey)


    Im new to wordpress with css, php and all that..

    and I want to know how I can place a img in my header? Where in the code should I do this and how do I resize the header and so on.. It would be easy if the theme already had a img in the header from start hehe..

    I also want to remove the text in the header and make my img clickable so it links to the startpage..

    this is the site: https://www.motherearthblues.com/

    Thanks all!

    (and thanks to you who replied my to my question last time)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pookey

    (@pookey)

    No? I just want to put a img in the K2 header!

    Cathy Mitchell

    (@multitalentedmommy)

    I’m not familiar with K2 – but my understanding was that you could change the header color & image in the admin panel, under Presentation- Image Header. If you want to get into the css style sheet:

    Look in your css until you find this:

    #header {
    	padding: 0;
    	margin: 0;
    	position: relative;
    	height: 200px;
    	background: #3371A3;
    	}

    Change the background to background: url(img/myheader.png) center center no-repeat;

    THat will loose the color that’s back there, and insert your image. However, to link to a “home” page you can add code in the menu/ navigation of the sidebar or header. Or you could leave a blog title on top which already has the link in place. Or you can meddle in the template, with tags to an image, and a link reference. I prefer the css route myself. (which I outlined above)

    hope that helps,
    Cathy

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Img in header?’ is closed to new replies.