Jump to content

Disabling logo link

Recommended Posts

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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}

 

Link to comment

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.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.