How To Remove Powered By Colorlib in Footer for Activello Theme

Hi,

First of all, thanks for this wonderful theme. I love it so much. Can’t wait for the documentation.

Anyway, my question is, how do I removed the Theme by Colorlib Powered by WordPress at the footer?

I will give credit to you in another page and I would like to take it off from the footer.

Thanks.

Hi @jomlah,

I hope you are well today and thank you for your question.

You can try hiding it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#colophon .copyright {
    display: none;
}

Best Regards,
Movin

Hello
Is there a way to get rid of “Theme by Colorlib Powered by WordPress” and put something else in there instead of it being blank?
Thanks

Go to extras.php
There you will see
/**

  • function to show the footer info, copyright information
    */
    function activello_footer_info() {
    global $activello_footer_info;
    printf( esc_html__<>( ‘Theme by %1$s Powered by %2$s’, ‘activello’ ) , ‘Colorlib’, ‘WordPress’)</>;
    }

And change the Theme etc. with something like this

/**<p>Copyright © 2016 · All Rights Reserved · My Website</p>

Hi @fcircle,

To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/activello/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Thanks,
Movin

Can you be more specific with the instructions on what exact piece of code to replace? I just totally messed up my template and ended up with an error message for my whole website…

Hi @asnqt913,

As said earlier to help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/activello/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Thanks,
Movin

I tried doing exactly this and it has crashed my whole site. I cannot even access the code to put it back. Anytime I try to go to the theme, or back end, I get HTTP ERROR 500.

Please help!

@jenemargaret You have been replied in your following topic created for the issue.

https://colorlibsupport.com/t/remove-footer-no-access-now/#post-130929