Hello,
Do you mean footer widgets, footer credits, or both?
Kind Regards, Roman.
Hello, try to use the following CSS code in order to hide (not remove) whole footer on all your pages except home page. You can add CSS code in Customize → Additional CSS section.
body:not(.home) #sidebar-footer,
body:not(.home) #colophon {
display: none;
}
Kind Regards, Roman.
Hi,
After doing this, there is too much white space left in the end of the page. How to eliminate that ?
Hello,
There is an empty row right above your footer, try to remove it.
Kind Regards, Roman.