---
title: "Customize Footer Copyright Font"
source: "https://docs.nexcess.com/software/kadence/customize-footer-copyright-font/"
description: "If you are wanting to change the text used in the footer copyright area simply go to theme options > misc settings and edit the footer copyright text. To edit t…"
vertical: "Software"
area: "Kadence"
date: "2021-11-17"
last_modified: "2026-07-06"
---

# Customize Footer Copyright Font

If you are wanting to change the text used in the footer copyright area simply go to theme options > misc settings and edit the footer copyright text.

To edit the font of your footer credits, add this CSS to Theme Options> Advanced Settings, or Theme Options> Custom CSS:

```
.footercredits p {
    font-size: 16px;
}
```

This CSS will target any links within your footer credits:

```
.footercredits p a {
    color: #26c5ff;
}
```

Customize the CSS to meet your needs.

#### Footer Credit Default:

[![footercredit-default](https://docs.nexcess.com/wp-content/uploads/2026/07/FooterCredit-min.jpeg)](https://docs.nexcess.com/wp-content/uploads/2026/07/FooterCredit-min.jpeg)

#### Customized Footer Credits:

[![footercredit-custom](https://docs.nexcess.com/wp-content/uploads/2026/07/FooterCreditCSS-min.jpeg)](https://docs.nexcess.com/wp-content/uploads/2026/07/FooterCreditCSS-min.jpeg)
