Jump to content

Clickable COVER PAGE

Recommended Posts

  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

8 hours ago, OndineShines said:

Not sure whether you have access to the pages but I'd like to make the headline of the cover page 'DIVE IN' clickable to [insert page on my website TBD].

1179342686_ScreenShot2022-01-13at3_23_12PM.png.cf410918e63acc6070494a02e15df34f.png1493554863_ScreenShot2022-01-13at3_23_25PM.thumb.png.5338ba6a229dcb9568d4905b53530c3a.png

I tried creating an action button to make it clickable, which works, but the choice of layout and adding other info is restricted if I do it that way. 

Thanks again 

 

 

Screen Shot 2022-01-13 at 3.23.12 PM.png

Screen Shot 2022-01-13 at 3.23.25 PM.png

Link to comment
13 hours ago, OndineShines said:

Sure. This is the URL slug /cf-divein

You want

Make Deive In clickable?

Add this to Covert Page Header

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script>
<script>
$(document).ready(function() { 
		$("h1#sqs-slash-page-header").click(function() {
			var link = $(this).text(),
				href = "https://squarespace.com";
			window.location.href=href;
		});
});
</script>
<style>
h1#sqs-slash-page-header:hover {
    cursor: pointer;
}
</style>

Replace squarespace.com with new page url

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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.