Hello,
I really love your work guys !!!
I’m working on a personal project & i want to remove this from the footer :
Theme by Colorlib Powered by WordPress
is that possible or i search for another theme ?
Best Regards,
Sabri
Hello,
I really love your work guys !!!
I’m working on a personal project & i want to remove this from the footer :
Theme by Colorlib Powered by WordPress
is that possible or i search for another theme ?
Best Regards,
Sabri
Hi Sabri,
I hope you are well today and thank you for your question.
You can remove the text “Theme by Colorlib Powered by WordPress” by adding the following function in the functions.php file of your child theme.
/**
* function to show the footer info, copyright information
*/
function dazzling_footer_info() {
}
I have attached sample child theme containing this function which you can use to achieve it.
Best Regards,
Movin
Hi,
I also have this problem, but I still don’t know how to do it
I opened functions.php and added:
/**
but it dosn’t work.
Could you help me?
Kasia
@kasiaw To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/dazzling/ 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.