I want to remove Joomla! is Free Software released under the GNU General Public License. and have tried to no avail. Please advice.
Thanks
Hi,
Please navigate into Extensions -> Modules, find and unpublish "Footer" module (footer module position).
Cheers Joshua
Hi. Thanks but that switches off everything on the footer and all I wanted was to remove the "Joomla! is Free Software released under the GNU General Public License." and retain the Copyright.
How can I do this?
mojatu Hi it is coming from footer module, you can remove it in template folder/html/mod_footer/default.php <small><?php echo JText::_( 'MOD_FOOTER_LINE2' ); ?></small>
<small><?php echo JText::_( 'MOD_FOOTER_LINE2' ); ?></small>
OR in language file languages/en-GB/en-GB.mod_footer.ini
Hope it helps.
Regards
In this case, please add the following css code to your custom.css file:
.t3-copyright .module small:last-of-type { display: none; }
Hi Joshua,
Thanks. I have decided to make custom HTML instead and that is working great.
Nice day