Step 1 :
Go to your Appearance->Styles->YourTheme and search PAGE_CONTAINER
Step 2 :
Search line 654 or find this code :
<xf:if contentcheck="true">
<div class="p-footer-copyright">
<xf:contentcheck>
<xf:copyright />
{{ phrase('extra_copyright') }}
</xf:contentcheck>
</div>
</xf:if>...