Title: Edit WordPress evolve theme.
Last modified: August 30, 2016

---

# Edit WordPress evolve theme.

 *  Resolved [HMGTech](https://wordpress.org/support/users/hmgtech/)
 * (@hmgtech)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/edit-wordpress-evolve-theme/)
 * Hi Guys not sure if this is the right place to ask this question. But I have 
   installed the evolve WordPress theme and want to be able to remove a part of 
   the homepage. There is a Gap between my main heading and my slide. Please see
   picture for details. [https://goo.gl/7J9ROp](https://goo.gl/7J9ROp)

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

 *  [innuvo](https://wordpress.org/support/users/innuvo/)
 * (@innuvo)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/edit-wordpress-evolve-theme/#post-6286632)
 * Do you have a link to your site? It looks like the heading would have lots of
   padding above and below it, as well as the content having padding above will 
   create that space.
 *  Thread Starter [HMGTech](https://wordpress.org/support/users/hmgtech/)
 * (@hmgtech)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/edit-wordpress-evolve-theme/#post-6286635)
 * Thank you for your response. Here you go [http://goo.gl/ij29cl](http://goo.gl/ij29cl)
 *  [innuvo](https://wordpress.org/support/users/innuvo/)
 * (@innuvo)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/edit-wordpress-evolve-theme/#post-6286728)
 * ok, you will need to enter these pieces of CSS into your “custom CSS” area within
   the evolve options panel:
 * The first bit turns off the page title for the home page, getting rid of a good
   amount of space. The second bit removes the margins that are on top of the article
   and the heading to bring your main title right up in line.
 *     ```
       .home .entry-title {
         display: none;
       }
       ```
   
 *     ```
       .home .entry-content.article, .home .vc_row h1:first-of-type {
         margin-top: 0;
       }
       ```
   
 * Hopefully this all works, if not, please let us know 🙂
 *  Thread Starter [HMGTech](https://wordpress.org/support/users/hmgtech/)
 * (@hmgtech)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/edit-wordpress-evolve-theme/#post-6286770)
 * Awesome awesome awesome you genius!!. Worked 100% Thanks alot

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

The topic ‘Edit WordPress evolve theme.’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [HMGTech](https://wordpress.org/support/users/hmgtech/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/edit-wordpress-evolve-theme/#post-6286770)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
