Jiji Posted January 13 Share Posted January 13 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 Share Posted January 13 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) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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 Solution Share Posted January 13 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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 Author Share Posted January 15 @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