TrentNader Posted October 25, 2019 Share Posted October 25, 2019 Does anyone know how I can put white dividers (ie: |) between navigation links? The url to my website is trentnader.com. Thanks in advance! Link to comment
tuanphan Posted October 26, 2019 Share Posted October 26, 2019 @TrentNader Add t Home > Design > Custom CSS .Header-nav-item:after { content: " |"; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
brandon Posted October 27, 2019 Share Posted October 27, 2019 To remove the pipe ("|") after the last item, use @tuanphan's code but change the first line to .Header-nav-item:not(:last-child):after { . If a response helped you out, send a 'Like' 👍 (bottom-right) and/or 'Upvote' (top-left) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.