Tagged: footer
Hi Support Team,
I’d like to know if it is possible to remove the footer all together or at least hide it.
Thanks
Hey jolian123,
Please provide a link to the site so we can look into this further. The following should work however:
#footer {
display: none !important;
}
Best regards,
Jordan Shannon
Hi Jordan, it didn’t work.
Hi,
Apologies, try the edit below:
footer {
display: none !important;
}
Best regards,
Jordan Shannon