Ashlakhi Posted August 2, 2022 Share Posted August 2, 2022 Site URL: https://www.thesocialflair.co/ In the newsletter block of my footer, when you hover over the "Sign up" button, the text is highlighted with black which I want to remove. I want the background to be completely white while the text is black. Please help!! Here is the custom CSS on my page right now .site-wrapper{background: linear-gradient(#DACEC4, #CEAA9A, #947B73)!important;} .page-section, .section-background{background:transparent!important;} footer, footer * { background-color: black!important; } footer.sections input { background-color: white !important; } footer.sections button.newsletter-form-button * { color: white; } Link to comment
Beyondspace Posted August 2, 2022 Share Posted August 2, 2022 (edited) 14 hours ago, Ashlakhi said: Site URL: https://www.thesocialflair.co/ In the newsletter block of my footer, when you hover over the "Sign up" button, the text is highlighted with black which I want to remove. I want the background to be completely white while the text is black. Please help!! Here is the custom CSS on my page right now .site-wrapper{background: linear-gradient(#DACEC4, #CEAA9A, #947B73)!important;} .page-section, .section-background{background:transparent!important;} footer, footer * { background-color: black!important; } footer.sections input { background-color: white !important; } footer.sections button.newsletter-form-button * { color: white; } Try adding to Home > Design > Custom Css footer .newsletter-form-button:hover .newsletter-form-button-label{ color: #000; } footer .newsletter-form-button-label { background-color: transparent !important; } Hope it helps Support me by pressing 👍 if this useful for you Edited August 3, 2022 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
Beyondspace Posted August 2, 2022 Share Posted August 2, 2022 My testing ggoodno and rewatechno 2 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
rewatechno Posted August 2, 2022 Share Posted August 2, 2022 Yes @bangank36 It works - you are super quick. Beyondspace 1 Link to comment
Ashlakhi Posted August 3, 2022 Author Share Posted August 3, 2022 14 hours ago, bangank36 said: Try adding to Home > Design > Custom Css .newsletter-form-button:hover .newsletter-form-button-label{ color: #000; } .newsletter-form-button-label { background-color: transparent !important; } Hope it helps Support me by pressing 👍 if this useful for you Hi, Yes it works but it affects the colors of the newsletter block button on my homepage. How can I make it so it only applies to the newsletter block on my footer and nowhere else? Link to comment
Beyondspace Posted August 3, 2022 Share Posted August 3, 2022 4 minutes ago, Ashlakhi said: Hi, Yes it works but it affects the colors of the newsletter block button on my homepage. How can I make it so it only applies to the newsletter block on my footer and nowhere else? Kindly check the the code about again BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
Ashlakhi Posted August 3, 2022 Author Share Posted August 3, 2022 Seems like i had 2 different codes for the same thing in a different format. I played around with the code and got it to work. Thank you so much for your help @bangank36 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