Jump to content

Disabling logo link

Recommended Posts

Posted

I'm trying to disable the logo link for my website -- equiem.club/lpc.  I'm on business plan.  Have tried some existing, recommended CSS but not working.  Any help is much appreciated

  • Replies 2
  • Views 441
  • Created
  • Last Reply
Posted
1 hour ago, pstanton85 said:

I'm trying to disable the logo link for my website -- equiem.club/lpc.  I'm on business plan.  Have tried some existing, recommended CSS but not working.  Any help is much appreciated

Hi you can use below code into CSS editor
.header-title-logo { pointer-events: none}

 

Posted

If you want to change where it points you can use:

<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>

<script>
$(document).ready(function () {
	$(".header-title-logo a[href]").attr("href", "NEW_URL_HERE");
});
</script>

The only annoyance is that you have to apply this to every page with the header logo.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.