Botulin99 Posted February 28, 2022 Share Posted February 28, 2022 Site URL: https://echidna-orb-jzr9.squarespace.com/ Hello, is it possible to make a hover effect on header without code injection? My client wants a hover effect like this :https://toddmartinfilms.com/. Here is a website: https://echidna-orb-jzr9.squarespace.com/ pass: urosstepic Thanks, Marija Link to comment
Beyondspace Posted March 2, 2022 Share Posted March 2, 2022 On 2/28/2022 at 5:57 PM, Botulin99 said: Site URL: https://echidna-orb-jzr9.squarespace.com/ Hello, is it possible to make a hover effect on header without code injection? My client wants a hover effect like this :https://toddmartinfilms.com/. Here is a website: https://echidna-orb-jzr9.squarespace.com/ pass: urosstepic Thanks, Marija /*color for navigator*/ .Mobile-overlay-menu-main a { color: #000 !important; } .Mobile-overlay-nav { display: flex; flex-wrap: wrap; width: 10% !important; } .Mobile-overlay-menu-main a { line-height: 2 !important; position:relative; padding-bottom:0 } .Mobile-overlay-menu-main a:after { content: ''; width: 0; height: 1px; background: red; position: absolute; bottom: 0; left:0; transition: width .5s; } .Mobile-overlay-menu-main a:hover:after { width: 100%; } Let me know how it works Support me by pressing 👍 if this useful for you Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted March 2, 2022 Share Posted March 2, 2022 My testing Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Botulin99 Posted March 16, 2022 Author Share Posted March 16, 2022 I managed to make it work ! 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