---
title: "Remove Lines In-between Secondary Menu Items in Ascend"
source: "https://docs.nexcess.com/software/kadence/remove-lines-in-between-secondary-menu-items-in-ascend/"
description: "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-navcl…"
vertical: "Software"
area: "Kadence"
date: "2021-08-23"
last_modified: "2021-08-23"
---

# 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;
}
```
