devilsbotany Posted December 29, 2020 Share Posted December 29, 2020 Site URL: https://www.devilsbotany.com/absinthe We have a summary block on our website that features a summary of an image gallery. The summary block automatically allows your to click the images to view them larger in a lightbox view. Is it possible to prevent the lightbox feature on the gallery summary block? I want to keep the carousel view of the summary. Link to comment
derricksrandomviews Posted December 29, 2020 Share Posted December 29, 2020 (edited) This code should do the trick place into custom css. #block-yui_3_17_2_1_1607527813017_3982 .summary-item a { pointer-events: none; } Edited December 29, 2020 by derricksrandomviews Link to comment
devilsbotany Posted January 3, 2021 Author Share Posted January 3, 2021 This worked! Thank you so much! derricksrandomviews 1 Link to comment
tuanphan Posted January 7, 2021 Share Posted January 7, 2021 I see footer logo looks huge on mobile. You can add this to Design > Custom CSS to resize it. /* resize footer logo mobile */ @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1605354374352_101828 { width: 50%; margin: 0 auto; } } 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
devilsbotany Posted January 23, 2021 Author Share Posted January 23, 2021 @tuanphan Thank you so much! That was bugging me but I couldn't figure out how to fix the problem 🙂 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