Archived topic
Vertical bars in menu
5 replies · Started by Kris on July 2, 2020
Viewing posts 1–6 of 6
How do I put pipes, or vertical bars between menu items? Such as this white main menu here https://socialmediarevolver.com
Hi there,
Can you link me to your site in question?
Working on this one http://sandbox.digpublish.com to make it look like https://socialmediarevolver.com
Try this CSS:
@media (min-width: 769px) {
.main-navigation .main-nav ul li a {
border-left: 1px solid #000;
}
.main-navigation .main-nav ul li:last-child a {
border-right: 1px solid #000;
}
}
That's it, Leo! Thanks mate! How do you change the colour? 100% black is too heavy.
...never mind I got it! I just added c3c3c3c3 after the #. Cheers!
No problem :)
This archived topic is closed to new replies.