---
title: "How to Replace the Cart Icon in Ascend"
source: "https://docs.nexcess.com/software/kadence/how-to-replace-the-cart-icon-in-ascend/"
description: "To replace the cart icon in Ascend, you can add the following to your custom css box in Theme Options > Custom CSS: .kt-icon-bag:before { content: \"f07a\"; } You…"
vertical: "Software"
area: "Kadence"
date: "2021-07-16"
last_modified: "2021-07-16"
---

# How to Replace the Cart Icon in Ascend

To replace the cart icon in Ascend, you can add the following to your custom css box in Theme Options > Custom CSS:

```
.kt-icon-bag:before {
    content: "f07a";
}
```

You can find a full list of icons here: [http://themes.kadencethemes.com/ascend-premium/icons/](http://themes.kadencethemes.com/ascend-premium/icons/)
