CollabTech Posted January 11 Share Posted January 11 Hello, I want to add a panel to my page that anchor links to different panels below it. I used a text box and added a background color. I can't hyperlink the full element, only the actual text. My goal is for the user to be able to click on any part of the box for it to work. Thank you! Link to comment
sorca_marian Posted January 11 Share Posted January 11 Can you send the link to the page? It might be possible with CSS 👨🔧👨💻 Squarespace plugins 🙋♂️ Squarespace Custom Web Development & Design 📅 Notion alternative 📹 Squarespace Tutorials for free - YouTube📹 💯🚀 I have worked on over 200 Squarespace sites with custom code for over 9 years 🙋♂️ Let's connect on LinkedIn Link to comment
CollabTech Posted January 12 Author Share Posted January 12 18 hours ago, sorca_marian said: Can you send the link to the page? It might be possible with CSS Hello, Yes, of course. https://collabtech.pro/marketing-services/ Thank you. Link to comment
Solution sorca_marian Posted January 12 Solution Share Posted January 12 (edited) Just add this CSS on the page or in Custom CSS [data-section-id="65a03c04b436517bcf7943d2"] a { display : block; } Note, if you modify the section and the ID changes, the CSS selector needs to be updated Edited January 12 by sorca_marian 👨🔧👨💻 Squarespace plugins 🙋♂️ Squarespace Custom Web Development & Design 📅 Notion alternative 📹 Squarespace Tutorials for free - YouTube📹 💯🚀 I have worked on over 200 Squarespace sites with custom code for over 9 years 🙋♂️ Let's connect on LinkedIn Link to comment
CollabTech Posted January 12 Author Share Posted January 12 1 hour ago, sorca_marian said: Just add this CSS on the page or in Custom CSS [data-section-id="65a03c04b436517bcf7943d2"] a { display : block; } Note, if you modify the section and the ID changes, the CSS selector needs to be updated Thank you! I appreciate the support. This did the trick. sorca_marian 1 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