• Hello. I purchased the EmpowerWP Pro theme. I have a small problem: I wrote a custom text in the footer copyright area. But when I publish, I exit the customizer and then return, the standard text “Created with WordPress and with the EmpowerWP theme” is shown despite what I wrote in the text box. How can I solve it? Thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘Footer copyright area’ is closed to new replies.