Marge_Shrine Posted August 2, 2022 Share Posted August 2, 2022 Site URL: https://www.shrine.nyc/online-projects I added custom CSS to make the images in a "simple list" clickable, but cannot get the images in a "carousel" to be clickable. Any guidance? Link to comment
tuanphan Posted August 4, 2022 Share Posted August 4, 2022 Add to Design > Custom CSS .user-items-list-item-container[data-section-id="627c0f3450c9e26f0f05e751"] { 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; }} 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
Marge_Shrine Posted August 9, 2022 Author Share Posted August 9, 2022 On 8/4/2022 at 4:12 AM, tuanphan said: Add to Design > Custom CSS .user-items-list-item-container[data-section-id="627c0f3450c9e26f0f05e751"] { 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; }} Thank you!!! It worked, are you able to do the same thing with a "Simple List"? Link to comment
tuanphan Posted August 10, 2022 Share Posted August 10, 2022 22 hours ago, Marge_Shrine said: Thank you!!! It worked, are you able to do the same thing with a "Simple List"? Where is simple list? 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
Marge_Shrine Posted August 10, 2022 Author Share Posted August 10, 2022 6 hours ago, tuanphan said: Where is simple list? Its the top section on this page, https://www.shrine.nyc/online-projects Its one of the other options like a carousel, I have it custom coded so that the whole image is clickable, but I dont want it to have the button under it (So it matches the carousel you helped me with). And my custom code over-rides the button on/off for the normal "simple list" Link to comment
tuanphan Posted August 11, 2022 Share Posted August 11, 2022 12 hours ago, Marge_Shrine said: Its the top section on this page, https://www.shrine.nyc/online-projects Its one of the other options like a carousel, I have it custom coded so that the whole image is clickable, but I dont want it to have the button under it (So it matches the carousel you helped me with). And my custom code over-rides the button on/off for the normal "simple list" To hide buttons, add this to Design > Custom CSS /* Online projects hide buttons */ .user-items-list-item-container[data-section-id="627c18aefef6e5464498e4a2"] .list-item-content__button-wrapper { display: none; } 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
Marge_Shrine Posted August 11, 2022 Author Share Posted August 11, 2022 8 hours ago, tuanphan said: To hide buttons, add this to Design > Custom CSS /* Online projects hide buttons */ .user-items-list-item-container[data-section-id="627c18aefef6e5464498e4a2"] .list-item-content__button-wrapper { display: none; } When i add that it makes the images no longer clickable https://www.shrine.nyc/online-projects Link to comment
tuanphan Posted August 14, 2022 Share Posted August 14, 2022 On 8/12/2022 at 1:05 AM, Marge_Shrine said: When i add that it makes the images no longer clickable https://www.shrine.nyc/online-projects Don't remove any code in your current code, then add code I just sent above 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