[Resolved] Vertical bars in menu

Home Forums Support [Resolved] Vertical bars in menu

Home Forums Support Vertical bars in menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1350027
    Kris

    How do I put pipes, or vertical bars between menu items? Such as this white main menu here https://socialmediarevolver.com

    #1350095
    Leo
    Staff
    Customer Support

    Hi there,

    Can you link me to your site in question?

    #1350119
    Kris

    Working on this one http://sandbox.digpublish.com to make it look like https://socialmediarevolver.com

    #1350120
    Leo
    Staff
    Customer Support

    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;
        }
    }
    #1350132
    Kris

    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!

    #1350760
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.