bdn5834 Posted May 17, 2022 Share Posted May 17, 2022 Site URL: https://oriole-watermelon-57s3.squarespace.com/plus-plus-plus Hello, I'd like to make the images on the carousel a clickable link. Is there a way to do that? I can't seem to find the option to. Help will be appreciated, thank you! https://oriole-watermelon-57s3.squarespace.com/plus-plus-plus Link to comment
tuanphan Posted May 20, 2022 Share Posted May 20, 2022 Hi. The url doesn't exist. Can you check it again? 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
bdn5834 Posted June 5, 2022 Author Share Posted June 5, 2022 Hi tuanphan, it's back up. Sorry about that! Link to comment
tuanphan Posted June 10, 2022 Share Posted June 10, 2022 On 6/6/2022 at 1:23 AM, bdn5834 said: Hi tuanphan, it's back up. Sorry about that! You can add buttons, then we can make image clickable + make buttons invisible then. 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
tdc-kristin Posted October 3, 2023 Share Posted October 3, 2023 Hi @tuanphan I am trying to make my carousel images clickable and hide the buttons under the images. Would you be able to help me accomplish that? Link to comment
tuanphan Posted October 6, 2023 Share Posted October 6, 2023 On 10/3/2023 at 10:20 PM, tdc-kristin said: Hi @tuanphan I am trying to make my carousel images clickable and hide the buttons under the images. Would you be able to help me accomplish that? You can share link to page where you added carousel, then we can give exact code for your case You can also use this code (Website Tools (under Not Linked) > Custom CSS) but it will apply to all carousels 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