Title: Remove entry title
Last modified: August 30, 2016

---

# Remove entry title

 *  [Uolt](https://wordpress.org/support/users/rcai/)
 * (@rcai)
 * [11 years ago](https://wordpress.org/support/topic/remove-entry-title-1/)
 * Hi, Can you help me to remove the page title and the its space (I think is h1.
   entry-title) from all pages? Thanks

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

 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [11 years ago](https://wordpress.org/support/topic/remove-entry-title-1/#post-6224626)
 * Hi there,
 * Thanks for writing in,
 * Would you mind providing us with the URL of your website, meanwhile you can try
   adding this code under **Appearance > Theme Options > Custom CSS**:
 *     ```
       h1.entry-title {
         display: none;
       }
       ```
   
 * Thanks.
 *  Thread Starter [Uolt](https://wordpress.org/support/users/rcai/)
 * (@rcai)
 * [11 years ago](https://wordpress.org/support/topic/remove-entry-title-1/#post-6224629)
 * yes, sure. the site is [http://www.smart-planning.org/sitoprova](http://www.smart-planning.org/sitoprova)
 *  Thread Starter [Uolt](https://wordpress.org/support/users/rcai/)
 * (@rcai)
 * [11 years ago](https://wordpress.org/support/topic/remove-entry-title-1/#post-6224631)
 * The code works quite well except for the page “Courses” that is a woo-commerce
   function.
 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [11 years ago](https://wordpress.org/support/topic/remove-entry-title-1/#post-6224645)
 * Hi Uolt,
 * Try this code to get through with the problem of courses page as well.
 *     ```
       .woocommerce ul.products li.product h3 {
         display: none;
       }
       ```
   
 * Hope this helps!
 * Thanks.
 *  Thread Starter [Uolt](https://wordpress.org/support/users/rcai/)
 * (@rcai)
 * [11 years ago](https://wordpress.org/support/topic/remove-entry-title-1/#post-6224653)
 * This last code you send me is not working and if you see the the “courses” page
   the path string (home > courses) has a different format respect to the other 
   pages…
 * [http://www.smart-planning.org/sitoprova](http://www.smart-planning.org/sitoprova)
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [11 years ago](https://wordpress.org/support/topic/remove-entry-title-1/#post-6224685)
 * please use a browser inspection tool to investigate these kind of formatting 
   questions, or simply look into the html code of the page in the browser (‘view
   source’ or similar) …
 * `h1.page-title { display: none; }`
 *  Thread Starter [Uolt](https://wordpress.org/support/users/rcai/)
 * (@rcai)
 * [11 years ago](https://wordpress.org/support/topic/remove-entry-title-1/#post-6224690)
 * Now it works. thank you so much.
 *  [cleanfleets](https://wordpress.org/support/users/cleanfleets/)
 * (@cleanfleets)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-entry-title-1/#post-6224904)
 * Uolt, you said that the code to remove your entry title worked, but when I view
   your pages, I see the entry title…unless I’m looking at the wrong thing. I’m 
   trying to find a way to get rid of the box at the top that displays the pathe(
   ex: home> Laboratorio). Is this what you were referring to?

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

The topic ‘Remove entry title’ is closed to new replies.

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

 * 8 replies
 * 4 participants
 * Last reply from: [cleanfleets](https://wordpress.org/support/users/cleanfleets/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/remove-entry-title-1/#post-6224904)
 * Status: not resolved