Kadence
Remove Lines In-between Secondary Menu Items in Ascend
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;
}
Filed under
Uncategorized
Was this page helpful?
Thanks for the feedback!