Kadence

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

Customized Footer Credits:

footercredit-custom

Filed under Uncategorized
Last updated: July 6, 2026
Was this page helpful?
Thanks for the feedback!