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:
Customized Footer Credits:
Filed under
Uncategorized
Was this page helpful?
Thanks for the feedback!

