sstinus Posted July 22, 2022 Share Posted July 22, 2022 Site URL: https://tricoche.squarespace.com/sommaire-1-gamme Hi there, I would like to know if it is possible to make each image clickable in this section please. It's a gallery (services) and the options only offer a link from the button. My goal is to not use the button and only have the link active on every image. Or if you have another solution for the same result. https://tricoche.squarespace.com/sommaire-1-gamme pw : ts22 Thank you 🙂Sebastien  Services gallery Link to comment
Solution tuanphan Posted July 22, 2022 Solution Share Posted July 22, 2022 47 minutes ago, sstinus said: tric Keep the button then add this to Design > Custom CSS .user-items-list-item-container[data-section-id="62d7f33752768862c7d597ec"] { li.list-item { position: relative; } .list-item-content__button-container { position: static; } a.list-item-content__button.sqs-block-button-element { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; color: transparent !important; background-color: transparent !important; } .list-item-content__button-container { position: static !important; }}  sstinus 1 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
sstinus Posted July 22, 2022 Author Share Posted July 22, 2022 Perfect ! Thank you very much @tuanphan 🙂 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