OndineShines Posted January 11, 2022 Share Posted January 11, 2022 Site URL: https://saffron-ocelot-dyjr.squarespace.com/config/pages Hello there ! Im trying to (hyper)/link the header on my cover page to a page on my site. I've tried the various solutions in your responses to other peops, without success. Need your help! Thank you site | celinefaledam.com pw | divein Link to comment
tuanphan Posted January 12, 2022 Share Posted January 12, 2022 Hi, Incorrect password. Can you check it again? 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
OndineShines Posted January 12, 2022 Author Share Posted January 12, 2022 Hello there, welcome2022 should work. Thanks! Link to comment
OndineShines Posted January 12, 2022 Author Share Posted January 12, 2022 4 hours ago, tuanphan said: Hi, Incorrect password. Can you check it again? Hello there, welcome2022 should work. Thanks! Link to comment
tuanphan Posted January 13, 2022 Share Posted January 13, 2022 17 hours ago, OndineShines said: Hello there, welcome2022 should work. Thanks! This is cover page or which page? 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
OndineShines Posted January 13, 2022 Author Share Posted January 13, 2022 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]. 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 Link to comment
tuanphan Posted January 15, 2022 Share Posted January 15, 2022 Hi. Can you share link to cover page? See how to find 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
OndineShines Posted January 16, 2022 Author Share Posted January 16, 2022 On 1/15/2022 at 12:03 PM, tuanphan said: Hi. Can you share link to cover page? See how to find page url Sure. This is the URL slug /cf-divein Link to comment
tuanphan Posted January 17, 2022 Share Posted January 17, 2022 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment