HelloToday Posted April 23 Share Posted April 23 Hey! Looking to get some help on an issue I'm having with button animation on a site I'm building. I'm using a Flex site-wide animation which looks great and I love the hover animation action on buttons, but to achieve a consistent brand look, I need to use a custom corner radius on my buttons. When I do this the hover action for buttons reverts to a rectangle shape. Any way to get the hover animation to match the custom shape of my buttons? Site: https://www.teaminov8r.com/ Site password: teaminov8r Link to comment
Solution Harsh_Yadav Posted April 23 Solution Share Posted April 23 @HelloToday Use this CSS. .tweak-global-animations-animation-type-flex .sqs-button-element--tertiary:hover::before { border-radius: 30px; } .tweak-global-animations-animation-type-flex .sqs-button-element--secondary::before { border-radius: 30px; } Thanks! Link to comment
HelloToday Posted April 23 Author Share Posted April 23 @HimanshuYadav Incredible! Seriously - thank you so much! 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