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 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, Lightbox Studio pluginIf 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
Solution Beyondspace Posted January 13 Solution Share Posted January 13 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, Lightbox Studio pluginIf 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
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