connorablaker Posted August 4 Share Posted August 4 Basically, I am trying to make these text blocks into cards that all become clickable links to separate pages. I can link the text, but i want to link the entire box so that you can click anywhere on the card on both mobile and desktop. Any help would be great, thanks. Also, how could i then add hover effects such as changing the block colour and the text colour? Link to comment
Lesum Posted August 5 Share Posted August 5 @connorablaker Hi! To get this working, you'll need to add code in the Code Injection section, which requires a Squarespace Business plan. Can you share your site URL for context? If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
connorablaker Posted August 5 Author Share Posted August 5 Site URL is https://sketchedin.co.uk I do also have business plan Link to comment
Lesum Posted August 6 Share Posted August 6 @connorablaker Hi! You can add this code in Website > Pages > Website Tools > Code Injection > Header <script src="https://code.jquery.com/jquery-3.7.0.min.js"></script> <script> $(document).ready(function() { // Link about page $("#block-yui_3_17_2_1_1722789389685_3256").wrap('<a href="https://sketchedin.co.uk/about" target="_blank"></a>'); // Link work page $("#block-yui_3_17_2_1_1722817017359_23166").wrap('<a href="https://sketchedin.co.uk/work" target="_blank"></a>'); // Link process page $("#block-4a925654c1821ef1a6c6").wrap('<a href="https://sketchedin.co.uk/process" target="_blank"></a>'); // Link contact page $("#block-7e3768cb5c808cf4dd23").wrap('<a href="https://sketchedin.co.uk/contact" target="_blank"></a>'); }); </script> tuanphan 1 If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? 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