Hide footer area

September 2015 Joomla Template
GK User
Wed Mar 08, 2017 12:08 pm
Hi
I would like to hide the Footer area in one page on a site. By this, I don't mean the copyright text that appears in the footer, which I know can be deleted or edited in the template controls. I mean that I would like to hide the complete footer. The reason for this is that I am displaying a map on this page at full page, and as you can see from the PNG and also in the link to the page, the footer is right across the bottom of the page. I think its possible to do this in one of your templates but I'm afraid I don't know how, so your help would be much appreciated.. The page link is: http://www.clubmeal.co.uk/map
Many thanks.
User avatar
Expert Boarder

Joshua M
Thu Mar 09, 2017 12:15 am
Try to add the following code into the template’s css/override.css file (make sure to enable the “Use the override.css file” option in Template Options)
Code: Select all
 body.hotspots-fullscreen #gkFooter {
display: none;
}
User avatar
Moderator

GK User
Thu Mar 09, 2017 11:24 am
That worked brilliantly, thank you very much! Great support here as always :)
User avatar
Expert Boarder


cron