michaeldewet110 Posted March 13 Share Posted March 13 Hi, I'm trying to put a clickthrough link on a bunch of shape blocks on a certain page for my website. Does anyone know if this is possible? Thanks! Link to comment
michaeldewet110 Posted March 13 Author Share Posted March 13 These are the shape blocks I'm trying to create links on, so the entire block is clickable. I need this for all of the shapes on this page: https://sphere-lime-9c9x.squarespace.com/prices Link to comment
tuanphan Posted March 14 Share Posted March 14 What is password? (1) You can also follow this guide First, use this code to Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script> <script> $(document).ready(function(){ $('.fe-block a:contains("clickable")').addClass('text-click'); }); </script> (2) Use this code to Custom CSS box a.text-click { position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: transparent !important; } (3) Add Text Block over Shape Block Add a text: clickable and add link on it. Replace Google with your desired url. The code I sent above will hide this text and make Shape clickable 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
andersen.lucy Posted June 11 Share Posted June 11 hey @tuanphan this was a great hack for making shapes clickable. but when I load the page, the 'clickable' text loads quickly first for a split second. any way to avoid this flash of the text? Link to comment
tuanphan Posted June 13 Share Posted June 13 On 6/11/2024 at 1:14 PM, andersen.lucy said: hey @tuanphan this was a great hack for making shapes clickable. but when I load the page, the 'clickable' text loads quickly first for a split second. any way to avoid this flash of the text? You can share page url, I will give you code to fix this. 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment