Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1366209

    Kim g
    Participant

    Hello….

    I searched this topic and no matter what I do there is still a faint vertical line between menu items in my nav bar. How can I remove these?

    Currently I have this code which does not seem to work:
    .x-navbar .desktop .x-nav>li>a {
    border-left: 0;
    }
    .x-navbar .desktop .x-nav>li:last-child>a {
    border-right: 0;
    }

    Thanks

    http://vegainstitute.org/

    #1366217

    Kim g
    Participant

    NEVERMIND. After more research this worked….

    .x-navbar .desktop .x-nav > li > a {
    border-left: none !important;
    border-right: none !important;
    }

    #1366450

    Jade
    Moderator

    Glad to hear you got it sorted.

    Cheers!