DustyBottoms Posted October 21, 2021 Posted October 21, 2021 Site URL: https://jdmlabs.io/test Hello, I am trying to turn off the hover effect for the button that is used when the Lightbox is enabled for the form block. I was able to replace the button with a custom image, but I am unable to remove the hover effect. I just want it to be the consistent image when it's hovered over. I utilized the button tag button.lightbox-handle.sqs-system-button.sqs-editable-button but I am at a roadblock for how to not allow a hover.
Beyondspace Posted October 22, 2021 Posted October 22, 2021 3 hours ago, DustyBottoms said: Site URL: https://jdmlabs.io/test Hello, I am trying to turn off the hover effect for the button that is used when the Lightbox is enabled for the form block. I was able to replace the button with a custom image, but I am unable to remove the hover effect. I just want it to be the consistent image when it's hovered over. I utilized the button tag button.lightbox-handle.sqs-system-button.sqs-editable-button but I am at a roadblock for how to not allow a hover. Try #block-yui_3_17_2_1_1634662242708_2610 button.lightbox-handle:before { display: none; } #block-yui_3_17_2_1_1634662242708_2610 button.lightbox-handle:hover { opacity: 1; color: unset; } Let me know if it works properly on your site Support me by pressing 👍 if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Recommended Posts
Archived
This topic is now archived and is closed to further replies.