Move the colorlib copyright info from footer

Hi Aigars

I want to move the colorlib copyright to my links page because my copyright info causes the line in the footer to wrap - which is ugly.

I assumed this would work give the method you proposed for travelify_footer but I don’t think I’ve got the hook name right.

add_action(‘init’,‘jai_remove_copyright’,15);

function jai_remove_copyright(){
remove_action( ‘dazzling_footer’, ‘dazzling_footer_info’,30);

}

Could you help

Thanks

Hi @jai123,

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

I want to move the colorlib copyright to my links page

Do you want to move the colorlib copyright text from the footer of your site to links page?

Could you please share the links page URL from your site where you want to display the colorlib copyright text?

because my copyright info causes the line in the footer to wrap – which is ugly.

Could you please share your site URL so that i can troubleshoot it to fix the issue?

I assumed this would work give the method you proposed for travelify_footer but I don’t think I’ve got the hook name right.

You can remove or customize the text footer text “Theme by Colorlib Powered by WordPress” by declaring the following function in the functions.php file of your child theme.

function dazzling_footer_info() {  
}

You can remove or edit the text “BlogName All rights reserved” from the Footer information theme option on the following path as shown in the attached screenshot.

Admin Area -> Appearance -> Theme Options -> Footer -> Footer information

Best Regards,
Movin

Hi Movin

Got it -thanks… Now I can see how to remove the Colorlib Powered by message the rest is easy…

All I want to do is add a link to Colorlib on my links page to appreciate your Theme.

Many thanks for your fast response :smiley:

All the best

You are most welcome here :slight_smile: