Viewing 5 replies - 1 through 5 (of 5 total)
  • You can apply border-right CSS for the nav elements.

    Thread Starter danmhubb

    (@danmhubb)

    I was trying to find that, But I can’t see to locate it to add it? does anyone know where to put it?

    Thread Starter danmhubb

    (@danmhubb)

    I tried putting css in the menu but it didn’t take

    Thread Starter danmhubb

    (@danmhubb)

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Nav Bar Separator Lines In Between’ is closed to new replies.