Featured 21 1

How To Change The Footer Copyright Text Of ColorMag WordPress Theme

After reading this article you will be able to remove or change the footer copyright text of ColorMag WordPress theme….

Let’s Start

Step 1:

Login to your WordPress site

Step 2:

In the WordPress dashboard, go to

Appearance → Editor → inc → hooks → footer.php

And find this text

$default_footer_value = sprintf( /* Translators: %1$s: Current year, %2$s: Site link */ esc_html__( 'Copyright © %1$s %2$s. All rights reserved.', 'colormag' ), date( 'Y' ), $site_link ) . '<br>' . sprintf( /* Translators: %1$s: Theme name, %2$s: ThemeGrill site link */ esc_html__( 'Theme: %1$s by %2$s.', 'colormag' ), 'ColorMag', $tg_link ) . ' ' . sprintf( /* Translators: %s: WordPress link */ esc_html__( 'Powered by %s.', 'colormag' ), $wp_link );

This is the ColorMag copyright code.

Change or remove the underline links and text according to you.

It’s Done

If you have any problem in ColorMag theme yet or in any other WordPress theme, don’t hesitate to comment below, i will try to help you.

Here are a few guides for you to read next:

What’s Next!

Now if you have any questions, don’t hesitate to let me know through comment or email, i will try to help you.

 

If you find this article helpful, then please Subscribe to our YouTube Channel for video tutorials, and share this article on social media.

Similar Posts

18 Comments

  1. Your style is really unique compared to other folks I’ve read stuff from.

    I appreciate you for posting when you’ve got the opportunity, Guess I’ll just bookmark this web site. http://alternatif188bet.com

  2. Type here..My site crashed due to a missing code while trying to change the footer credit, pls what do I do or can you help?

    1. Don’t worry
      If you’re using Cpanel, then go to file manager and replace the footer file with the original theme file.

      If you’re using ColorMag theme, then replace the function.php with the original function.php file.

  3. please tell how to edit copyright in colormag 2.0.
    it seems they have added this feature in premium membership

  4. This is not work in my colormag theme. But I have found in Appearance → Editor → inc →hooks → footer.php
    Thanks for sharing.. ????

    1. Huzaifa Farrukh says:

      We have just updated, thanks for pointing out…

  5. Thanks weblover this was super helpful

    Its slightly changed now.

    Instead of Inc. > functions.php

    its in Inc. >Hooks > Footer.php

    1. Huzaifa Farrukh says:

      Hi Tom,

      Thanks a lot for point that out. We have updated our post with new settings.
      We truly appreciate your contribution to the WebPlover community.

  6. Ibrahim Zakir says:

    Hi I want to remove theme: colormag by themegrill powereed by wordpress in the footer, how do I do

  7. Thank so much. I just follow the description and here I am. My site footer name has been edited.

    1. Huzaifa Farrukh says:

      ???? Glad, it helped you

  8. Thank you very much! Thanks to your article I managed to solve it 🙂 elperiodicodeltietar.es

    1. Huzaifa Farrukh says:

      Glad it helped you.

  9. You are amazing. I have been looking for days. And after reading your post, 5 minutes. 5 Minutes! That’s all it took. I am bookmarking your page. Thanks Again.

  10. hello
    your code does not change the footer in 2021 latest colormag update

  11. Dave Dally says:

    It works. Thank you!

  12. Remove all of the following worked for me
    . ” . sprintf( /* Translators: %1$s: Theme name, %2$s: ThemeGrill site link */ esc_html__( ‘Theme: %1$s by %2$s.’, ‘colormag’ ), $tg_link, ‘ThemeGrill’ ) . ‘ ‘ . sprintf( /* Translators: %s: WordPress link */ esc_html__( ‘Powered by %s.’, ‘colormag’ ), $wp_link )

    Leave the ; at the end

  13. As I know very little about coding. please tell me where I can find text I have to change. as i am using this theme and want to change the footer area.

Leave a Reply to aman Cancel reply

Your email address will not be published. Required fields are marked *