How can I remove following text on footer?
JOOMLA! IS FREE SOFTWARE RELEASED UNDER THE GNU GENERAL PUBLIC LICENSE.
Hi
You can use this custom CSS:
.t4-footer .mod-footer .footer2 {display: none;}
add into the 'custom.css' file of your site.