You can apply border-right CSS for the nav elements.
I was trying to find that, But I can’t see to locate it to add it? does anyone know where to put it?
I tried putting css in the menu but it didn’t take
I figured it out, the css had to go into the stylesheet and the name of the css into the menu navigation section
hi danmhubb,
I think for what you want you would need to find the .navbar-nav > li class in your style.css and add what ever border you like there (or in your child theme add this class if its not yet there).
Like this for the child theme:
.navbar-nav > li {
border-right: 1px solid #fff;
}
Edit: ah sorry. I noticed only after I posted that you already found the solution 😉 maybe you can mark the topic as resolved.
I hope that helps you,
Cheers