Guest Posted December 21, 2020 Share Posted December 21, 2020 Hi there, I'd love to use the `flex` animation on my site as the elements load in. However I dislike how it also applies to my button's hover state. I'm trying to figure out how I can remove the `flex` animation. I inspect the CSS and try to override it using custom CSS but in vain. Anyone has any ideas how to do it? Cheers, Venn. Link to comment
Beyondspace Posted December 22, 2020 Share Posted December 22, 2020 1 hour ago, vennsoh said: Hi there, I'd love to use the `flex` animation on my site as the elements load in. However I dislike how it also applies to my button's hover state. I'm trying to figure out how I can remove the `flex` animation. I inspect the CSS and try to override it using custom CSS but in vain. Anyone has any ideas how to do it? Cheers, Venn. Please show your site url BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Guest Posted December 22, 2020 Share Posted December 22, 2020 (edited) I'd love to, but unfortunately, I don't have a paid subscription (can't make it public) just yet as I'm still learning and trying out squarespace. https://dogfish-goose-f99k.squarespace.com/ <-- Don't think you can see it. But essentially the problem is straightforward: 1) When you have Animation "Flex". 2) Hover on button will get this effect. I want to remove that hover effect. Edited December 22, 2020 by vennsoh Link to comment
Beyondspace Posted December 22, 2020 Share Posted December 22, 2020 1 minute ago, vennsoh said: I'd love to, but unfortunately, I don't have a paid subscription (can't make it public) just yet as I'm still learning and trying out squarespace. https://dogfish-goose-f99k.squarespace.com/ <-- Don't think you can see it. But essentially the problem is straightforward: 1) When you have Animation "Flex". 2) Hover on button will get this effect. I want to remove that hover effect. You can add a sitewide password BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Guest Posted December 22, 2020 Share Posted December 22, 2020 @bangank36 Ah! Didn't know that. Thanks. (That's how noob I'm). https://dogfish-goose-f99k.squarespace.com/ "help" is the password. Link to comment
tuanphan Posted December 24, 2020 Share Posted December 24, 2020 @vennsoh Try adding to Home > Design > Custom CSS div.button-block * { transform: unset !important; transition: none !important; opacity: 1 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
JaydenCruzL Posted January 15, 2021 Share Posted January 15, 2021 @tuanphan How can I disable to flex button animation effect for the header button on my site? Site link: https://www.useinpress.com/ Link to comment
tuanphan Posted January 16, 2021 Share Posted January 16, 2021 5 hours ago, JaydenCruzL said: @tuanphan How can I disable to flex button animation effect for the header button on my site? Site link: https://www.useinpress.com/ Try this CSS header#header a.btn { transform: unset !important; transition: none !important; opacity: 1 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
JaydenCruzL Posted January 16, 2021 Share Posted January 16, 2021 @tuanphan The text still disappears when I hover over the button. Is there a way to fix this? Or maybe allow the animation, but change the hover background from black to grey with css? Link to comment
tuanphan Posted January 23, 2021 Share Posted January 23, 2021 On 1/16/2021 at 4:29 PM, JaydenCruzL said: @tuanphan The text still disappears when I hover over the button. Is there a way to fix this? Or maybe allow the animation, but change the hover background from black to grey with css? Looks fine here. Do you still need help? JaydenCruzL 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
PhilHoughton Posted February 17, 2022 Share Posted February 17, 2022 .sqs-block-button:before { display:none!important; } This worked for me 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