Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • oharris3 Friend
    #208130

    How can I insert separating lines between menu items on the main menu? See attached image as example.


    1. line-with-menu
    jooservices Friend
    #576058

    Hi there
    Please try this one

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff
    border-right: 1px solid black;
    }

    Thank you,
    Viet Vu

    oharris3 Friend
    #576065

    Thank you, but it is only on one main menu item. How can I have it repeat on all other main menu items?

    jooservices Friend
    #576066

    Hi there
    You can apply same thing without :focus

    .navbar-default .navbar-nav > .active > a {
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff
    border-right: 1px solid black;
    }

    Thank you,
    Viet Vu

    oharris3 Friend
    #576070

    Tried it, but it does not work either.

    jooservices Friend
    #576080

    HI there
    Please provide your site & CPanel access. I’ll help you work on it.

    Thank you,
    Viet Vu

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  jooservices 9 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum