userid
1
Hi,
I’d like to delete the “Theme by Colorlib Powered by WordPress?”, but custom CSS do not seem to work.
I tried with:
.footer-credits{
display:none;
}
I also did it through the plugin with no luck.
My website is trumponomics.co, could you please help me?
Thanks,
movin
2
Hi @userid,
I hope you are well today and thank you for your question.
You can try removing 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
.copyright {
display: none;
}
Best Regards,
Movin
movin
4
You are most welcome here 