Banner Header image as a link

Viewing 2 posts - 1 through 2 (of 2 total)
  • #1031
    karmalawyer
    Participant

    I cant seem to figure out how to make the header image a link. If you could shed light on the situation I’d appreciate it thanks!

    #1032
    Javi
    Participant

    Found a solution with CSS

    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 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.