Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter cozbaldwin

    (@cozbaldwin)

    I have learned one way to disable the link via CSS. It will supposedly not work in Opera or IE, but that’s OK with me.

    I added this into the CSS.

    a.mainlogo-link {
       pointer-events: none;
       cursor: default;
       }

    You can add it in PageLines CSS area, or into the stylesheet.css editor page, but don’t try adding it into WordPress’s new “Edit CSS” option under the Appearance menu. Since pointer-events is experimental, wordpress will strip it out and it won’t work.

    You can also use it as background header image. If you don’t want it as logo. This way it will not be linked.

    The CSS method is also good as suggested by you.

    Thread Starter cozbaldwin

    (@cozbaldwin)

    ah yes! good one. i may switch to that. thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Modify link on main custom logo/branding’ is closed to new replies.