• smoolean

    (@smoolean)


    https://bschiff55.f2o.org/blog/

    How would I get a link to my index in the bottom right hand corner of my banner/header? I want this so when you click on a story and the sidebar goes away, it is still navigable by clicking home, not the back button in your browser.

    Thanks for any tips/suggestions or ideas.

Viewing 3 replies - 1 through 3 (of 3 total)
  • joeedmon

    (@joeedmon)

    Hi Smoolean,

    We solved that problem on our website with the following:
    <div class="header-link"><a href="/"><span></span></a></div>

    The above line of code needs to sit inside the DIV for your banner (or header). Here’s what you need to add to your stylesheet:

    div.header-link a {
    display: block;
    height: 72px;
    text-decoration: none;
    }

    The height would be whatever you want the heigth of your banner to be. It makes your whole banner clickable, rather than just having a link off to the side. I don’t know if this will meet your needs, but it sure made me happy when I found the code (43folders.com).

    Hello,

    I’ve been searching for a simple solution to this–I too want to link my banner to the homepage. I tried the code joeedmon offered, and it does link the banner, but when hovering over the image, the banner disappears and the background color of the masthead shows. Any way around this?

    My blog-in-progress is here. Thanks.

    yow! so easy!! thank you joeedmon, see how your codes work well at https://www.lia-s.com/news

    smile,
    lia s.

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