Site logo

Archived topic

Vertical bars in menu

5 replies · Started by Kris on July 2, 2020

Viewing posts 1–6 of 6

Hi there,

Can you link me to your site in question?

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.