peachanddot Posted March 3, 2021 Share Posted March 3, 2021 Site URL: https://peachanddot.com/ Hi, Do you know how to change the hover text for my sign up forms (both can be seen on this page (https://peachanddot.com/freebies) from black to white (so it matches the rest of the buttons on the site). I've managed to change the rest of the buttons with this tweak: /* BUTTON TEXT TWEAK */ .sqs-block-button-element{ color: #ef7b7b !important; background: #ffffff !important; background-color: rgba(0, 0, 0, 0) !important; border: 2px solid #ef7b7b !important; &:hover { color: #ffffff!important; background: #ef7b7b !important; border: 2px solid #ef7b7b !important; }} .form-wrapper input[type=submit]:hover { color: #ffffff !important; background-color: #ef7b7b !important; } Thanks! Beyondspace 1 Link to comment
Beyondspace Posted March 3, 2021 Share Posted March 3, 2021 19 minutes ago, peachanddot said: Site URL: https://peachanddot.com/ Hi, Do you know how to change the hover text for my sign up forms (both can be seen on this page (https://peachanddot.com/freebies) from black to white (so it matches the rest of the buttons on the site). I've managed to change the rest of the buttons with this tweak: /* BUTTON TEXT TWEAK */ .sqs-block-button-element{ color: #ef7b7b !important; background: #ffffff !important; background-color: rgba(0, 0, 0, 0) !important; border: 2px solid #ef7b7b !important; &:hover { color: #ffffff!important; background: #ef7b7b !important; border: 2px solid #ef7b7b !important; }} .form-wrapper input[type=submit]:hover { color: #ffffff !important; background-color: #ef7b7b !important; } Thanks! try this .newsletter-block .newsletter-form-button:hover { color: #fff !important; } tuanphan and peachanddot 2 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
peachanddot Posted March 4, 2021 Author Share Posted March 4, 2021 Yes, that did the trick, thanks a lot! Link to comment
tuanphan Posted March 7, 2021 Share Posted March 7, 2021 On 3/4/2021 at 9:15 PM, peachanddot said: Yes, that did the trick, thanks a lot! On tablet, I see huge white spacing here. Add this to Design > Custom CSS /* freebies tablet spacing */ @media screen and (max-width:991px) and (min-width:768px) { div#block-yui_3_17_2_1_1613757506563_7292 { display: none; } div#block-yui_3_17_2_1_1613757506563_15814 { display: none; } } peachanddot 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
peachanddot Posted June 14, 2021 Author Share Posted June 14, 2021 Thanks Tuanphan, I didn't realise but got it fixed now! tuanphan 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