Ems-H Posted August 17, 2023 Share Posted August 17, 2023 Hello please can you help. I would like to make the images clickable in a carousel, I have found a relevant article, and put this code together below, however it is not working. Please can you help. thank you so much Website: https://burgundy-sepia-c5lz.squarespace.com/collaborators /* List carousel clickable */ .user-items-list-item-container[data-section-id="64a26aeb1836a6113eb00cd0"] { li.list-item { position: relative; } .list-item-content__button-container { position: absolute !important; top: 0; bottom: 0; left: 0; right: 0 } 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; }} Link to comment
tuanphan Posted August 19, 2023 Share Posted August 19, 2023 Use this code instead /* List items clickable */ [data-section-id="64a26aeb1836a6113eb00cd0"] { 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; border: none !important; } .list-item-content__button-container { position: static !important; transform: unset !important; } a.list-item-content__button.sqs-block-button-element:before { visibility: hidden; } .user-items-list-carousel__slide { pointer-events: initial !important; user-select: unset !important; } .user-items-list-carousel__gutter { cursor: pointer; }} 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