Activello Theme - Update Footer

Hi Rob,

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

Can you please provide advice on removing the ‘Theme by Colorlib Powered by WordPress’ from the footer of my page

You can try achieving this 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



.copyright.col-md-12 {
    display: none;
}
and add href links for privacy and terms?

The above solution will just hide the copyright text from the footer of the site but if you want to remove it and display links on place of it then you can achieve this by using the solution posted in the below reply and editing the function custom_activello_footer_info added in it.

https://colorlibsupport.com/t/modify-footer-for-mobile-version/#post-53854

Best Regards,
Movin