Remove Main Nav Border

edited November 2018 in Menu / Mega menu
Is there a theme option to remove the right border on the main menu nav items? I don't think I changed anything, they just showed up one day.

It's line 359 on layout.css

#Top_bar .menu > li > a span:not(.description) {
    display:block;line-height:60px;
    padding:0 20px;
    white-space:nowrap;
    border-right-width:1px;
    border-style:solid
}

Comments

Sign In or Register to comment.