Claire_auck Posted July 15, 2020 Share Posted July 15, 2020 Hey all. I'm using the awesome Stretchy Navigation Line by Thirty Eight Visual (via Ghost) and I need to disable it for the secondary nav...is that possible? It's making the button look out of balance. Fingers crossed someone can help. Cheers! Link to comment
tuanphan Posted July 16, 2020 Share Posted July 16, 2020 Can you share link to your site? 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
Claire_auck Posted July 17, 2020 Author Share Posted July 17, 2020 Hi Tuanphan, Thanks for your help 🙂 https://compass-pilates.squarespace.com/ pa33word Cheers Claire Link to comment
tuanphan Posted July 18, 2020 Share Posted July 18, 2020 On 7/17/2020 at 8:44 AM, Claire_auck said: Hi Tuaphan, Thanks for your help 🙂 https://compass-pilates.squarespace.com/ pa33word Cheers Claire Which code did you use? 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
Claire_auck Posted July 19, 2020 Author Share Posted July 19, 2020 On 7/19/2020 at 12:17 AM, tuanphan said: Which code did you use? It was this one 🙂 // Stretchy Navigation Line // .Header-nav-item::after { content: ''; background: #000000; //color height: 2px; //thickness width: 0; display: block; margin-top: 2px !important; transition: width 1s; //animation speed margin: 0 auto; } .Header-nav-item:hover::after { width: 100%; } Link to comment
tuanphan Posted July 20, 2020 Share Posted July 20, 2020 nav.Header-nav.Header-nav--primary { // Stretchy Navigation Line // .Header-nav-item::after { content: ''; background: #000000; //color height: 2px; //thickness width: 0; display: block; margin-top: 2px !important; transition: width 1s; //animation speed margin: 0 auto; } .Header-nav-item:hover::after { width: 100%; } } 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
Claire_auck Posted July 20, 2020 Author Share Posted July 20, 2020 That's perfect Tuanphan, thank you for your help as always, you're always there to lend a helping hand and it's much appreciated. Have a great day. Claire. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.