Aurora Posted October 28 Share Posted October 28 Hi! I would like to add the same hover effect to my newsletter "subscribe" buttons that are already built-in to Squarespace for the regular buttons ("book a reading"). Is that possible? I have one newsletter subscription on my homepage and another at the end of each blog post that's being pulled in via a plug-in. https://www.kristinkuehn.com pw: 2eRFn7gQ Many thanks! Link to comment
Solution Web_Solutions Posted October 28 Solution Share Posted October 28 57 minutes ago, Aurora said: Hi! I would like to add the same hover effect to my newsletter "subscribe" buttons that are already built-in to Squarespace for the regular buttons ("book a reading"). Is that possible? I have one newsletter subscription on my homepage and another at the end of each blog post that's being pulled in via a plug-in. https://www.kristinkuehn.com pw: 2eRFn7gQ Many thanks! Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. .newsletter-block .newsletter-form-button { transition: .1s opacity linear !important; } .newsletter-block .newsletter-form-button:hover { opacity: .8 !important; } Ainul and Aurora 1 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
Aurora Posted October 28 Author Share Posted October 28 11 minutes ago, Web_Solutions said: Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. .newsletter-block .newsletter-form-button { transition: .1s opacity linear !important; } .newsletter-block .newsletter-form-button:hover { opacity: .8 !important; } Lovely, thanks so much! Link to comment
Web_Solutions Posted October 28 Share Posted October 28 3 minutes ago, Aurora said: Lovely, thanks so much! Welcome! Aurora 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. 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