1. Find extra_copyright in Appearance -> Languages -> English (US) -> Phrases
and set your copyright inside custom class .
1.png

2. Find extra.less in Appearance -> Styles -> (Default / Or Your Custom Template )
2.png

Cheers!

extra_copyright
PHP:
<div class="custom-copyright">
    Forum software by XenForo® © 2010-2020 XenForo Ltd
</div>

extra.less
PHP:
/* Copyright */
.p-footer-copyright{font-size: 0px;}
.custom-copyright{font-size: 11px;}

I know, I know, just say thanks :cool: