Viewing 3 replies - 1 through 3 (of 3 total)
  • This should do what you want

    #header {
    background: url('https://urbancoach.es/wp-content/uploads/2012/image002.jpg') top left;
    display:block;
    background-repeat: no-repeat;
    height:54px;
    width:221px;
    margin-left: 100px;
    }
    #header h1, #header h2 {display: none;}

    This will also hide the current title and tagline. If you want to keep them, then remove the #header h1, #header h2 {display: none;} part, and also remove the margin-left: 100px;

    Thread Starter pipevel

    (@pipevel)

    Thanks!! ??

    Thread Starter pipevel

    (@pipevel)

    Hello Zeaks!

    Another little cuestion,

    And if i have to add a link to my image?

    I tried this:

    #header {
    background: url(‘https://urbancoach.es/wp-content/uploads/2012/logo.png’) top left;
    display:block;
    background-repeat: no-repeat;
    height:180px;
    width:300px;
    margin-left: -18px;
    }
    #header a span {
    visibility: hidden;
    }

    <div id=”header” onclick=”location.href=’https://www.elwebmaster.com/'”&gt;
    #header {cursor:pointer}

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