LV-OZ Posted July 20, 2021 Share Posted July 20, 2021 Site URL: https://lobster-ray-g42d.squarespace.com/ Hi - I am having trouble with my image blocks on my homepage, they are set to link to other pages within the site, but when I click on them they do not take me there. Is there any issue here that I am not aware of? pw: youcanenter Link to comment
Beyondspace Posted July 20, 2021 Share Posted July 20, 2021 9 minutes ago, LV-OZ said: Site URL: https://lobster-ray-g42d.squarespace.com/ Hi - I am having trouble with my image blocks on my homepage, they are set to link to other pages within the site, but when I click on them they do not take me there. Is there any issue here that I am not aware of? pw: youcanenter You add overlay on the image itself, try to add overlay on <a> tag inside the image so that it still be hoverable .image-block .image-linked a:before { content: ""; width: 100%; height: 100%; position: absolute; z-index: 1; top: 0; left: 0; opacity: .1; background: #000; transition: all 0.75s; } .image-block .image-linked:hover a:before { opacity: .8; } LV-OZ 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
LV-OZ Posted July 20, 2021 Author Share Posted July 20, 2021 3 minutes ago, bangank36 said: You add overlay on the image itself, try to add overlay on <a> tag inside the image so that it still be hoverable .image-block .image-linked a:before { content: ""; width: 100%; height: 100%; position: absolute; z-index: 1; top: 0; left: 0; opacity: .1; background: #000; transition: all 0.75s; } .image-block .image-linked:hover a:before { opacity: .8; } Thank you, you are a lifesaver!! 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