Title: Remove Footer
Last modified: April 4, 2018

---

# Remove Footer

 *  [kanishkmalick](https://wordpress.org/support/users/kanishkmalick/)
 * (@kanishkmalick)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-footer-16/)
 * Don’t want footer on every page. Just want it on the front page.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-footer-16%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-footer-16/#post-10147293)
 * Hello,
 * Do you mean footer widgets, footer credits, or both?
 * Kind Regards, Roman.
 *  Thread Starter [kanishkmalick](https://wordpress.org/support/users/kanishkmalick/)
 * (@kanishkmalick)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-footer-16/#post-10147407)
 * both
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-footer-16/#post-10149771)
 * 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](https://wordpress.org/support/users/kanishkmalick/)
 * (@kanishkmalick)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-footer-16/#post-10156187)
 * Hi,
 * After doing this, there is too much white space left in the end of the page. 
   How to eliminate that ?
 *  [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * (@romanbon)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/remove-footer-16/#post-10164034)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sydney/2.67/screenshot.png)
 * Sydney
 * [Support Threads](https://wordpress.org/support/theme/sydney/)
 * [Active Topics](https://wordpress.org/support/theme/sydney/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sydney/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sydney/reviews/)

## Tags

 * [footer](https://wordpress.org/support/topic-tag/footer/)

 * 5 replies
 * 2 participants
 * Last reply from: [Roman Bondar](https://wordpress.org/support/users/romanbon/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/remove-footer-16/#post-10164034)
 * Status: not resolved