This is the best way to remove all Footer Copyright Xenforo 2, no addon needed.
If you want to go back to the original, just press the Revert button
- Open Admin -> Appearance -> Template -> Find template: PAGE_CONTAINER
- Select the Style you are using
- Find and delete this code in PAGE_CONTAINER
Kod:
<xf:if contentcheck="true">
<div class="p-footer-copyright">
<xf:contentcheck>
<xf:copyright />
{{ phrase('extra_copyright') }}
</xf:contentcheck>
</div>
</xf:if>
If you want to go back to the original, just press the Revert button