belleaccent Posted November 26, 2021 Posted November 26, 2021 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
Beyondspace Posted November 26, 2021 Posted November 26, 2021 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 Which template are you using? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
belleaccent Posted November 26, 2021 Author Posted November 26, 2021 47 minutes ago, bangank36 said: Which template are you using? I am using Hester
tuanphan Posted November 28, 2021 Posted November 28, 2021 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!)
belleaccent Posted November 29, 2021 Author Posted November 29, 2021 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!
Beyondspace Posted November 29, 2021 Posted November 29, 2021 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
tuanphan Posted November 30, 2021 Posted November 30, 2021 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!)
belleaccent Posted December 2, 2021 Author Posted December 2, 2021 On 11/29/2021 at 8:16 PM, bangank36 said: Lock screen can not be modified with custom css so I tihnk you have to upgrade the plan Noted. Unfortunately my client doesn't want to upgrade. Still, thank you a lot for the reply!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.