To remove the lines in-between the secondary menu items in Ascend, you can add the following to your custom CSS box in Theme Options > Custom CSS:
.second-navclass .sf-menu>li:after { display: none; }
To remove the lines in-between the secondary menu items in Ascend, you can add the following to your custom CSS box in Theme Options > Custom CSS:
.second-navclass .sf-menu>li:after { display: none; }