erikaa Posted May 5, 2021 Share Posted May 5, 2021 Site URL: https://synthesizer-parakeet-hgtp.squarespace.com/config/pages/6087a48292661251f888ffc2 Hi guys! I was wondering if anyone could help me with this hover effect for the navigation links. I leave you here the XD link to see how it is supposed to work for the links and the blog button. As you can see the most I've obtained so far in my website is a stretchy line for the links, but it is not exactly what I wanted...Any suggestions? For the XD file I had to put a white rectangle behind the links and a line that stretches starting from the center behind the white rectangle. I don't know if it is possible to do something similar coding. I'd appreciate any suggestion from you guys Thank you Here is the link to the XD project for the homepage, so you can see the hover animation by yourself: https://xd.adobe.com/view/215965fe-70a2-4b0f-9dc8-bcef125bffcd-740a/ Link to comment
tuanphan Posted May 6, 2021 Share Posted May 6, 2021 Your site is private. Can you setup password? 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
erikaa Posted May 13, 2021 Author Share Posted May 13, 2021 On 5/6/2021 at 5:07 PM, tuanphan said: Your site is private. Can you setup password? https://heptagon-goose-j4bm.squarespace.com/config/ try with: goose4 let me know if it works thank you 🙂 Link to comment
tuanphan Posted May 14, 2021 Share Posted May 14, 2021 20 hours ago, erikaa said: https://heptagon-goose-j4bm.squarespace.com/config/ try with: goose4 let me know if it works thank you 🙂 Add to Design > Custom CSS /* nav items hover */ .header-nav-item a { position: relative; } .header-nav-item a:before, .header-nav-item a:after { content: ""; display: block; position: absolute; background: black; height: 1px; top: 6px; left: -10px; width: 10px; opacity: 0; transition: all 0.3s; } .header-nav-item a:after { left: unset !important; right: -10px; } .header-nav-item a:hover:after, .header-nav-item a:hover:before { opacity: 1; } 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
scopland Posted May 14, 2021 Share Posted May 14, 2021 (edited) Hi! I have a similar query about hover on my navigation bar. I'm trying to get a handwritten circle effect but I can't get it to work. I made a prototype in Adobe XD: Adobe XD Prototype I've already tried adding this code to my site but that didn't work: Hand Drawn Circle Snippet Any help would be much appreciated! Thanks! Edited May 14, 2021 by scopland Link to comment
tuanphan Posted May 16, 2021 Share Posted May 16, 2021 On 5/15/2021 at 12:23 AM, scopland said: Hi! I have a similar query about hover on my navigation bar. I'm trying to get a handwritten circle effect but I can't get it to work. I made a prototype in Adobe XD: Adobe XD Prototype I've already tried adding this code to my site but that didn't work: Hand Drawn Circle Snippet Any help would be much appreciated! Thanks! I think you can create a gif file, then we will give the code: when hover, gif will appear as background 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment