• Hello everyone,
    I have been struggling trying to remove the contents of the Copyright and the Mesmerize credits and replace them with my own. I want to retain the Contact Boxes view but wants to replace the contents with my own. Any help would be much appreciated.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    if you just want the copyright to disappear you can to that with CSS like:

    .copyright {
    visibility: hidden;
    }

    (Don`t know if the class is correct – you may have to search the right one)

    In case you want to edit the content of the copyright-boxes you have to edit this file:

    {root}>wp-content>themes>mesmerize (or child theme)>template-parts>footer>footer-contact-boxes.php

    Does that help?

    Thread Starter songate

    (@songate)

    Yes, this helps! Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Replacing Footer with my Own’ is closed to new replies.