Is there a way to only use footer on home page?
Thx
Is there a way to only use footer on home page?
Thx
Hi,
Yes, just add this code on your Quick CSS or custom.css:
.home #footer {
display: none;
}
Hope this helps. :)
Regards,
Ismael
You must log in to post.