How do I remove the footer area, which states “Theme by Colorlib Powered by WordPress?” I can’t see any options to delete coding text. Shapely Options just gives the option to add an additional footer. Edit CSS on wordpress just takes me to Shapely Additional CSS, which (as its name suggests) just give the option to add info.
Hi @tryingwebsite,
Use a custom css plugin (Simple Custom CSS – WordPress plugin | WordPress.org) and copy paste the following css code:
.footer-credits{
display:none;
}
Thanks,
Cristian
Hi,
I have the same issue. I’d like to delete the “Theme by Colorlib Powered by WordPress?” in Activello, but custom CSS do not seem to work.
I also did it through the plugin with no luck.
My website is trumponomics.co, could you please help me?
Thanks,