Footer ccs edit showing http error 500

Hello,

I tried to change the footer text in Editor - extras.php. I received a http error 500 after trying to save the changes. I went back in and replaced the css with the original code but I am still getting the same error. How can I fix this?

Here is the original code that I used last:

function activello_footer_info() {
global $activello_footer_info;
printf( esc_html__( ‘Theme by %1$s Powered by %2$s’, ‘activello’ ) , ‘Colorlib’, ‘WordPress’);
}

Hi @mismeli,

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

Could you please tell me a bit more in detail where you are making these changes?

The shared code is PHP code and not CSS code so do not use it as CSS code.

Kind Regards,
Movin

Thank you for your reply. I couldn’t access the dashboard at all after my mistake so I ended up changing the template in phpMyAdmin to twentysixteen. Then I was able to login, delete activello and reinstall it. That fixed all the problems.

But thank you for your reply!

You are most welcome here :slight_smile: