DustyBottoms Posted October 21, 2021 Share 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. Link to comment
Beyondspace Posted October 22, 2021 Share Posted October 22, 2021 (edited) 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 Edited October 22, 2021 by bangank36 DustyBottoms and tuanphan 2 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
DustyBottoms Posted October 22, 2021 Author Share Posted October 22, 2021 This worked! Thank you! Beyondspace 1 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