sg1977 Posted February 4 Share Posted February 4 Hello! I'm trying to make the Simple List Gallery images and text below the image linked/clickable to other sections of a website I'm building. But I also need to hide the button. Can someone share how to do this? I've reviewed a lot of the great information on the forum about this, but none of the CSS seems to work for my situation. I've been able to get the images and text linked--but it's been impossible to hide the button. Thanks in advance! Link to comment
tuanphan Posted February 8 Share Posted February 8 Hi, This is possible. If you share link to page in screenshot, we can give exact code Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
BFGS Posted April 29 Share Posted April 29 @tuanphan — I would love your assistance with this precise inquiry. The website link is: https://dove-nectarine-7dnb.squarespace.com/; the password for entry is rondoCLT23. The list section that I want clickable, while hiding the buttons, is the second section of the homepage (screenshot attached). Thank you so much for your help 🙂 Link to comment
tuanphan Posted May 1 Share Posted May 1 On 4/29/2023 at 7:52 AM, BFGS said: @tuanphan — I would love your assistance with this precise inquiry. The website link is: https://dove-nectarine-7dnb.squarespace.com/; the password for entry is rondoCLT23. The list section that I want clickable, while hiding the buttons, is the second section of the homepage (screenshot attached). Thank you so much for your help 🙂 It looks like you changed layout? If you use List in future, you can add this to Design > Custom CSS 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; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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