thatflowershopwyo Posted September 23, 2022 Share Posted September 23, 2022 (edited) Site URL: http://thatflowershopwyo.com Overall, I like the Flex site-wide animation style, but I want to disable the button, navigation, and text link animations with CSS. I want the fill of the buttons to change to black on hover, but I don't want it to slide in with the extra animation. As far as the header nav links go, I already added an underline animation to my header links so it's doubled when the flex animations are turned on. I don't actually mind keeping that flex animation and just getting rid of the other CSS I added if I could just make the underline a few px thicker. For the body links, I just want to get rid of animation entirely so that they don't change color on hover anymore. Edited September 23, 2022 by thatflowershopwyo Link to comment
tuanphan Posted September 24, 2022 Share Posted September 24, 2022 Add to Design > Custom CSS div.header-nav-item a:after { display: none !important; } .button-block a:before { display: none; } 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
thatflowershopwyo Posted September 27, 2022 Author Share Posted September 27, 2022 (edited) On 9/23/2022 at 8:54 PM, tuanphan said: Add to Design > Custom CSS div.header-nav-item a:after { display: none !important; } .button-block a:before { display: none; } Decided to just leave the button animations, but the nav code worked great. Thank you for the help! Edited September 27, 2022 by thatflowershopwyo 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