Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Removal of footer

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

I would like to remove the footer completely.

Can this be done in a Nebula template css/html file and, if so, in which file would I find the code?
  • ian156's Avatar
  • ian156
  • 6 Month Developer
  • 37 posts
  • Karma: 3
The administrator has disabled public write access.
What do you get if you don't publish any modules to that area and turn off the copyright?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Still get footer background
Attachments:
  • ian156's Avatar
  • ian156
  • 6 Month Developer
  • 37 posts
  • Karma: 3
The administrator has disabled public write access.
It would depend on how you wanted to remove it - you can hide it via display none in css or a more permanent removal by editing core php files

The editing core files would be required each time you updated the template however

i can suggest some css for it?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks Paul

I was thinking display none would be the way to go. Which file do I edit?
  • ian156's Avatar
  • ian156
  • 6 Month Developer
  • 37 posts
  • Karma: 3
The administrator has disabled public write access.
Try adding

#footerwrap {display: none;}

to the custom.css file

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks Paul. I will give this a try

Ian
  • ian156's Avatar
  • ian156
  • 6 Month Developer
  • 37 posts
  • Karma: 3
The administrator has disabled public write access.
Footer gone.

Thanks Paul
  • ian156's Avatar
  • ian156
  • 6 Month Developer
  • 37 posts
  • Karma: 3
The administrator has disabled public write access.
No problem

Good luck with the rest of the site

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers