connect a link to my header.

  • Unknown's avatar

    Is it possible to place a link in my header?
    I want viewers to get redirected to the website by clicking on the header.
    my blog is http://www.thehungrybatata.com

    thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Yes, it’s possible. The easiest way is to take advantage of the default blog title (since the blog title it’s already a home link). So first go to Appearance > Header and enable the option ” Show header text with your image” so I can turn it into what you’re looking for.

    In the meantime, perhaps you’re not aware of a problem on the theme you’re using: the theme is responsive but the header image isn’t. Drag the browser window to make it narrower and see what visitors with lower resolution screens or narrow devices will see.

  • Unknown's avatar

    Thank you very much!!!!!! :)

  • Unknown's avatar

    You’re welcome!

    Now add this:

    .site-title a {
        display: block;
        font-size: 0;
        height: 495px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .site-description {
        display: none;
    }
  • Unknown's avatar

    I’m seeing that you tried to do something completely different. But what you did is incorrect.

    First, you completely ignored what I pointed out in the second paragraph of my initial reply. Here’s what your header will look like in a 1024px wide screen:
    http://wpbtips.files.wordpress.com/2013/11/batata1024.png
    And here’s your header in a 840px wide screen:
    http://wpbtips.files.wordpress.com/2013/11/batata840.png
    If you want a border around that Home link it’s possible, but not as part of the header image.

    Second, look at the top of your browser to see that your blog is now called “Home” instead of “The Hungry Batata”. If you want a Home link top right it’s possible, but it shouldn’t be done by renaming your blog in Settings > General.

    (And third, I don’t see why you want such a huge link up there instead of a Home link in the top menu – which is where Home is supposed to be.)

  • The topic ‘connect a link to my header.’ is closed to new replies.