Lewis121 Posted November 20, 2023 Posted November 20, 2023 Hi for the website I am designing: https://pippacleary.squarespace.com/config/ Password: password I have links on the images and words of this page, the link for the text is working however not for the image, I have a hover effect that I implemented with code: .image-block::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)); opacity: 0; transition: opacity 0.3s ease; z-index: 1; } I think this is causing the issue and if so how can I get around it without losing the effect? Thanks, Lewis
tuanphan Posted November 22, 2023 Posted November 22, 2023 You mean keep dark overlay + white text + whole item clickable when hover? 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment