Support » Theme: Mesmerize » Mesmerize footer credit

  • Hi, how do I get rid of the “Built using wordpress and mesmerize theme” in the footer?
    Thank you!

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

Viewing 10 replies - 1 through 10 (of 10 total)
  • hi @roweboat,
    Please create a child theme before here’s how to create child theme
    in wp-admin click customize> general settings> additional css then paste :

    .copyright{
    	
        visibility: hidden;
    
    }

    click published.
    *** create child theme then follow the above step otherwise you’ll loose all the changes after theme updates

    Briljant! Thanks a lot…

    So, how to edit there ?
    Yes, i’ve already change visibility to hidden. But i want to change text there ?
    How can i do that?

    Hi @mtvvmdd,
    Go to your Dashboard > Appearance > Editor > template-parts > footer > footer-contact-boxes.php and replace this code:
    <?php echo mesmerize_get_footer_copyright(); ?>
    with the text that you want to put in your footer.

    To modify the footer, you must remove the extra CSS making the footer invisible, and edit the parent original “Mesmerize” theme.

    Go to Dashboard > Appearance > Editor > template-parts > footer > footer.php
    and then replace <?php echo mesmerize_get_footer_copyright(); ?> with the text you want (on the same line) and it should work.

    @bluelightshow That worked like a charm, thank you!

    • This reply was modified 6 years, 1 month ago by nino01.

    I don’t think i understand fully. I’m new to WordPress and code stuff.
    I’ll really appreciate if i can see screenshots

    @bluelightshow valeu! deu certinho! Obrigado!

    @w2webwizard cara é muito fácil acessa seu painel do wordpress ai vc vai em Aparancia> Editor> template-parts> rodapé> footer.php
    e, em seguida, substitua <? Php echo mesmerize_get_footer_copyright (); ?> com o texto que você quer (na mesma linha) e deve funcionar. qualquer coisa chama no meu whatsapp 85999062739

    @bluelightshow SPOT ON!

    THANK YOU!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Mesmerize footer credit’ is closed to new replies.