Hello,
I have the same issue with the latest update.
Is there a way to solve the issue without FTP? I work primarily in the wordpress builder.
I don’t want to lose any settings I have within S2M.
I found a solution!
In the “theme editor”, navigate down to the following:
template-parts > footer > footer.php
DELETE everything there.
It looks like this:
<div <?php echo mesmerize_footer_container( ‘footer-simple’ ) ?>>
<div <?php echo mesmerize_footer_background( ‘footer-content center-xs’ ) ?>>
<div class=”gridContainer”>
<div class=”row middle-xs footer-content-row”>
<div class=”footer-content-col col-xs-12″>
<?php echo mesmerize_get_footer_copyright(); ?>
</div>
</div>
</div>
</div>
</div>
Copy a backup for safe keeping, but this is how you remove the copyright footer once and for all.