devilsbotany Posted December 29, 2020 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.
derricksrandomviews Posted December 29, 2020 Posted December 29, 2020 This code should do the trick place into custom css. #block-yui_3_17_2_1_1607527813017_3982 .summary-item a { pointer-events: none; }
tuanphan Posted January 7, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
devilsbotany Posted January 23, 2021 Author Posted January 23, 2021 @tuanphan Thank you so much! That was bugging me but I couldn't figure out how to fix the problem 🙂
Recommended Posts
Archived
This topic is now archived and is closed to further replies.