Title: Remove Sections
Last modified: August 24, 2017

---

# Remove Sections

 *  Resolved [jamesoliver](https://wordpress.org/support/users/jamesoliver/)
 * (@jamesoliver)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/remove-sections-2/)
 * I just want to know if there is a way to remove sections that I don’t want on
   the page. I can’t seem to find a way to turn off different sections.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-sections-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/remove-sections-2/#post-9440253)
 * Hi [@jamesoliver](https://wordpress.org/support/users/jamesoliver/),
 * On the Lite version this option is not available at the moment, but you can hide
   certain sections with CSS.
    For example, if you want to hide the members section,
   add this code in Appearance -> Customize -> Additional CSS:
 *     ```
       body .team {
           display: none;
       }
       ```
   
 * If you let me know which sections you want hidden, I can send you the code.
 * TGIF,
    Mihaela
 *  [px2](https://wordpress.org/support/users/px2/)
 * (@px2)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/remove-sections-2/#post-9469787)
 * Hi, carrying on from above:
 * are you able to help me hide a section from the homepage (team) but still be 
   able to have a page with the team members. I’ve used the code:
 * body .team {
    display: none; }
 * But it also hides it from the page I set up to show the team members.
 * I’ve selected the “no” option for “featured member” on all members, but I still
   see the team “area” on the homepage. I’m using the free version.
 *  [px2](https://wordpress.org/support/users/px2/)
 * (@px2)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/remove-sections-2/#post-9469806)
 * I’ve solved my own issue! So please don’t feel the need to reply. The answer 
   to hide the team from homepage, just make sure that all members have “no” ticked
   for “featured on homepage”. The whole area is not shown.

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

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

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

 * 3 replies
 * 3 participants
 * Last reply from: [px2](https://wordpress.org/support/users/px2/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/remove-sections-2/#post-9469806)
 * Status: resolved