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.

a year later

where is this file located ...

say:
/templates/ja_purity_iv/css and then create a custom.css and add the code you are suggesting??

Thanks

/templates/ja_purity_iv/css/custom.css
/templates/ja_purity_iv/local/css/custom.css

You can create this custom.css file in one of these 2 places, the file in local folder will be used in priority.

Write a Reply...
You need to Login to view replies.