Jiji Posted January 13, 2023 Share Posted January 13, 2023 Hi y'all, I'd like to know how can I add horizontal divided lines like this between the links on my navigation bar. Thank you so much for your help! Link to comment
Beyondspace Posted January 13, 2023 Share Posted January 13, 2023 2 hours ago, Jiji said: Hi y'all, I'd like to know how can I add horizontal divided lines like this between the links on my navigation bar. Thank you so much for your help! Try adding to Home > Design > Custom Css .header-nav-list > .header-nav-item:after { content: ''; width: 20px; height: 1px; display: block; background: red; margin-left: 1.2vw; } .header-nav-list > .header-nav-item { display: flex; align-items: center; } .header-nav-list > .header-nav-item:last-child:after { content: unset; } Support me by pressing 👍 or marking as solution if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Solution Beyondspace Posted January 13, 2023 Solution Share Posted January 13, 2023 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Jiji Posted January 15, 2023 Author Share Posted January 15, 2023 @BeyondspaceThank you so much! This works great for me. 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