Viewing 1 replies (of 1 total)
  • Hi,

    With a small script you can target the header’s class and remove the href (hyperlink) attribute. Add it to Appearance > Customize > Footer.

    <script>
    document.getElementsByClassName("header-center")[0].removeAttribute("href");
    </script>

    Regards,

    Emilio Rivera,
    WPtouch Support

Viewing 1 replies (of 1 total)
  • The topic ‘How to Unlink The site Logo ?’ is closed to new replies.