Remove Main Nav Border
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
}
Ref link: http://dev.tech-30.com/
Comments