Help! How do I remove footer from Lonex template?

Everything to do with Joomla! 1.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Locked
lionheartem
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Thu Jan 02, 2014 9:05 pm

Help! How do I remove footer from Lonex template?

Post by lionheartem » Thu Jan 02, 2014 9:13 pm

I downloaded this new template for my website, Floral Idyll from Lonex. There is a link that shows up on every page "Free Joomla 1.5 templates". I am not sure how to remove it so that it doesn't show up anymore. Please help! Thank you!

User avatar
pe7er
Joomla! Master
Joomla! Master
Posts: 24972
Joined: Thu Aug 18, 2005 8:55 pm
Location: Nijmegen, Netherlands
Contact:

Re: Help! How do I remove footer from Lonex template?

Post by pe7er » Thu Jan 02, 2014 9:32 pm

Welcome to Joomla forum!

First of all make sure that the license of that template allows you to remove the footer.

To remove the footer, use Google Chrome with its inspector functionality or FireFox + FireBug.
You will be able to inspect the HTML and see which part shows the footer.

Maybe the footer has a "class" like <div class="footer">
If so you can hide it by adding the following to your template's CSS code:

Code: Select all

.footer {visibility:hidden;}
Kind Regards,
Peter Martin, Global Moderator
Company website: https://db8.nl/en/ - Joomla specialist, Nijmegen, Netherlands
The best website: https://the-best-website.com

User avatar
holdencreative
Joomla! Explorer
Joomla! Explorer
Posts: 469
Joined: Thu Oct 13, 2005 1:51 am
Location: Hamilton, ON
Contact:

Re: Help! How do I remove footer from Lonex template?

Post by holdencreative » Tue Jan 07, 2014 3:05 am

Quick note to say you may want to use something like display:none; as an alternative. Both "hidden" and "display:none;" CSS are viable solutions (for a quick hack anyway) and may have advantages or disadvantages depending on how your template works.
Joomla! is an all-volunteer project. Be Kind.

Did you know that you can make almost any Joomla! site into an app? http://weeverapps.com


Locked

Return to “Templates for Joomla! 1.5”