Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Do you mean footer widgets, footer credits, or both?

    Kind Regards, Roman.

    Thread Starter kanishkmalick

    (@kanishkmalick)

    both

    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.

    Thread Starter kanishkmalick

    (@kanishkmalick)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Remove Footer’ is closed to new replies.