Title: Remove Section from Homepage
Last modified: August 30, 2016

---

# Remove Section from Homepage

 *  [jameswall230](https://wordpress.org/support/users/jameswall230/)
 * (@jameswall230)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-section-from-homepage/)
 * Try as I may, I cannot remove a section from my homepage. Being new to WordPress,
   I managed to remove the four features with the help on the online forum, but 
   in doing so created another problem.
 * Now, my homepage has two ugly sections which appear to be immovable. The first
   section contains the home page intro: “Call: (+44)7508607499” and the second 
   section which is a blank space directly below it. Here is my site for your viewing:
   [http://cv-building.com/](http://www.cv-building.com)
 * If you could help me in any way then it would be much appreciated. I am at the
   stage of desperation but dare not play around with the code on my own!
 * Many thanks
    James

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

 *  Theme Author [inkthemescom](https://wordpress.org/support/users/inkthemescom/)
 * (@inkthemescom)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-section-from-homepage/#post-6652968)
 * Hello,
 * I would like to suggest you to please re-install the theme…
 * Or, you can follow the links of the screenshot given below for once according
   to your issue..
 * 1) **The first section contains the home page **
 * **[http://screenpresso.com/=Kc1tc](http://screenpresso.com/=Kc1tc)**
 * 2) second section which is a blank space directly below it.
 *  **[http://screenpresso.com/=pFIad](http://screenpresso.com/=pFIad)**
 * Hope it will resolve your issue
 * Do let me know if you need more assistance,
 * Thanks!
 *  Thread Starter [jameswall230](https://wordpress.org/support/users/jameswall230/)
 * (@jameswall230)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-section-from-homepage/#post-6652987)
 * Hello,
 * The issue is that I want to completely get ride of the homepage intro and the
   four features on the homepage. However, when I try to get rid of the four features,
   I am left with a green space at the bottom of my page that I cannot seem to get
   rid of!
 * I was recommended using the following code to remove this but upon doing so it
   just deleted all of my page content. The code I tried using is as follows:
 * .content-wrapper {
    display: none !important; }
 * Thanks!
 *  Theme Author [inkthemescom](https://wordpress.org/support/users/inkthemescom/)
 * (@inkthemescom)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-section-from-homepage/#post-6653077)
 * Hello,
 * Try this code in custom CSS field of the dashboard.
 *     ```
       .content-info h2 {
           display: none !important;
       }
       #content {
           display: none !important;
       }
       ```
   
 * Hope it will resolve your issue
 * Do let me know if you need more assistance,
 * Thanks!

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

The topic ‘Remove Section from Homepage’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [inkthemescom](https://wordpress.org/support/users/inkthemescom/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/remove-section-from-homepage/#post-6653077)
 * Status: not resolved