---
title: "Remove Underline From Breadcrumbs Ascend"
source: "https://docs.nexcess.com/software/kadence/remove-underline-from-breadcrumbs-ascend/"
description: "To remove the underline from your breadcrumb trail, add this CSS to Theme Options> Custom CSS: #kadbreadcrumbs a { border: none; } Breadcrumb Without CSS: Bread…"
vertical: "Software"
area: "Kadence"
date: "2021-10-31"
last_modified: "2026-07-06"
---

# Remove Underline From Breadcrumbs Ascend

To remove the underline from your breadcrumb trail, add this CSS to Theme Options> Custom CSS:

```
#kadbreadcrumbs a {
border: none;
}
```

#### Breadcrumb Without CSS:

[![breadcrumb-with-underline-removed-ascend-theme-css](https://docs.nexcess.com/wp-content/uploads/2026/07/breadcrumb-with-underline-min.jpeg)](https://docs.nexcess.com/wp-content/uploads/2026/07/breadcrumb-with-underline-min.jpeg)

#### Breadcrumb With CSS:

[![breadcrumbs-without-underline-css-ascend-theme](https://docs.nexcess.com/wp-content/uploads/2026/07/breadcrumbs-css-min.jpeg)](https://docs.nexcess.com/wp-content/uploads/2026/07/breadcrumbs-css-min.jpeg)
