This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.

Making my logo image a link

  • Creator
    Topic
  • #25931
    noto
    Member

    I’m trying to make my logo link back to my home page. I see that this works in the demo. Where can I add the link? I’m in Appearance > Layout > Header > Logo but I don’t see where I can add a link in the appearance menu. Please let me know if I need to do this somewhere else.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #25932
    Jason Bobich
    Keymaster

    Hi,

    It’s some sort of z-indexing CSS issue with that new option of the theme that allows for the menu to always be shown. The invisible part of the menu is sitting above the logo, making it appear like it’s not a link, when really it is, just covered up.

    Try adding this to your Custom CSS:

    @media (min-width: 992px) {
      .menu-visible .site-menu-panel {
        right: 0;
        left: auto;
      }
    }
    #25933
    noto
    Member

    Cool – that fixed the issue. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.