SimonFr Posted September 8, 2022 Share Posted September 8, 2022 (edited) Site URL: https://freedomofmovement.squarespace.com/ Hi there! I have set up a hover effect for all my buttons. Unfortunately it doesn't work yet for the newsletter button and the lightbox button (used on my page at 'kontakt'). Can someone tell me how to set up the effect for these buttons? I am very happy about your help! Side Password: fom2022 Edited September 8, 2022 by SimonFr Link to comment
Beyondspace Posted September 8, 2022 Share Posted September 8, 2022 1 hour ago, SimonFr said: Site URL: https://freedomofmovement.squarespace.com/ Hi there! I have set up a hover effect for all my buttons. Unfortunately it doesn't work yet for the newsletter button and the lightbox button (used on my page at 'kontakt'). Can someone tell me how to set up the effect for these buttons? I am very happy about your help! Side Password: fom2022 Try adding to Home > Design > Custom Css [data-new-color-theme-rendering] .sqs-block-newsletter .newsletter-form-button:hover { color: red !important; background: white !important; } Let me know how it works on your site SimonFr 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
SimonFr Posted September 8, 2022 Author Share Posted September 8, 2022 Thank you very much. The hover works fine. How can I change it so that the button is no longer transparent when the cursor is on it? Link to comment
SimonFr Posted September 8, 2022 Author Share Posted September 8, 2022 For the lightbox button the hover doesn't work yet either. Do you have an idea how I can set this up? Link to comment
tuanphan Posted September 9, 2022 Share Posted September 9, 2022 17 hours ago, SimonFr said: Thank you very much. The hover works fine. How can I change it so that the button is no longer transparent when the cursor is on it? Use this CSS [data-new-color-theme-rendering] .sqs-block-newsletter .newsletter-form-button:hover { background-color: #71919e !important; opacity: 1 !important; } 16 hours ago, SimonFr said: For the lightbox button the hover doesn't work yet either. Do you have an idea how I can set this up? Use this CSS button.lightbox-handle:hover { background-color: #71919e !important; opacity: 1 !important; } SimonFr 1 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
SimonFr Posted September 9, 2022 Author Share Posted September 9, 2022 Great, thanks for the help! 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