Powered by Blogger.
Sunday, February 10, 2013

Remove or Hide jnews copyright text in a very simple way.

Jnews is an widely used joomla extension. You can use this free extension to create a newsletter functionality to your website very easily. Now this extension shows an small copyright text at the very bottom, You can remove this very easily.

Just put the following css code into your templates  css file.


div.footer{
display:none !important;}


Make sure you do not have any other divs in your template has the class "footer" If you have any problem with this.. comment here, i will reply to help you..