Header Image Link to home

Viewing 4 posts - 31 through 34 (of 34 total)
  • #2489
    dwelby101
    Participant

    You are a legend!!

    Cheers!

    #2490
    slinnky
    Participant

    It started working all by itself. Odd. Thanks!

    #2491
    Kath
    Participant

    Yay! You are a legend, dkuropatwa! Thanks for your clear explanation of how to fix the custom header image so that it links back to the home page. Genius! (If you’re looking for this fix, see the details on page 3 in this thread.)

    #2492
    Javi
    Participant

    Found a solution with CSS

    1) Select the display text on the header configuration. This will display the text on top of the image.
    2) Hide the text with CSS and keep the link: Go to the CSS editor of the template and search for \”#site-title a\”, then replace the style to:

    #site-title a {
    color: #151515;
    display: block;
    height: 100px;
    left: -1000px;
    text-indent: -1000px;
    width: 900px;
    }

Viewing 4 posts - 31 through 34 (of 34 total)

You must be logged in to reply to this topic.