Jump to content

Lock Screen Page - How to add 'Go back to Home' button Or 'Header'

Recommended Posts

Site URL: https://www.herchyun.com/

Hello, 

I have noticed that once my customers enter my lock screen page, there is no button for them to click to go back to home.

I would like to add a Go back to Home' , Header, or my Logo linking my home page on Lock Screen Page. Since I am using Personal plan, I can not access to advanced code injection.

 

Could anyone help me with custom CSS? Thanks a lot in advance!

 

My site: https://www.herchyun.com/

The Lock screen page: https://www.herchyun.com/2021-catalogue

 

lock-screen.jpg

Link to comment
2 hours ago, belleaccent said:

Site URL: https://www.herchyun.com/

Hello, 

I have noticed that once my customers enter my lock screen page, there is no button for them to click to go back to home.

I would like to add a Go back to Home' , Header, or my Logo linking my home page on Lock Screen Page. Since I am using Personal plan, I can not access to advanced code injection.

 

Could anyone help me with custom CSS? Thanks a lot in advance!

 

My site: https://www.herchyun.com/

The Lock screen page: https://www.herchyun.com/2021-catalogue

 

lock-screen.jpg

Which template are you using?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
On 11/26/2021 at 1:17 PM, belleaccent said:

I am using Hester

Add to Settings > Advanced > Code Injection > Lock Screen to make image clickable to homepage

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$(document).ready(function() { 
		$("img").click(function() {
			var link = $(this).text(),
				href = "/";
			window.location.href=href;
		});
});
</script>
<style>
  img:hover {
    cursor: pointer;
}
</style>

 

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
On 11/28/2021 at 3:08 PM, tuanphan said:

Add to Settings > Advanced > Code Injection > Lock Screen to make image clickable to homepage

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$(document).ready(function() { 
		$("img").click(function() {
			var link = $(this).text(),
				href = "/";
			window.location.href=href;
		});
});
</script>
<style>
  img:hover {
    cursor: pointer;
}
</style>

 

Hello @tuanphan thank you for the reply and the code. Unfortunately I am using personal plan so I can not access to advance code injection. but still, really appreciate your help! 

Link to comment
3 hours ago, belleaccent said:

Hello @tuanphan thank you for the reply and the code. Unfortunately I am using personal plan so I can not access to advance code injection. but still, really appreciate your help! 

Lock screen can not be modified with custom css so I tihnk you have to upgrade the plan

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
On 11/29/2021 at 3:15 PM, belleaccent said:

Hello @tuanphan thank you for the reply and the code. Unfortunately I am using personal plan so I can not access to advance code injection. but still, really appreciate your help! 

You need to upgrade plan to use this code.

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

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.