Title: Remove Event Title
Last modified: August 13, 2017

---

# Remove Event Title

 *  Resolved [adamirving](https://wordpress.org/support/users/adamirving/)
 * (@adamirving)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/remove-event-title/)
 * Would like to find a way to hide the entry-header on my events pages.
 * I have added the following to my child theme’s style.css file in the hopes of
   treating at least this one page, but it did not work.
 * `#post-971 .entry-title {display: none;}`
 * Ideally, I would love to remove **all** Event titles, and would think such a 
   thing would be easily located in the Settings/Formatting area of the plugin, 
   but I am currently coming up empty after a great deal of searching.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-event-title%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/remove-event-title/#post-9407348)
 * you can try something like
 *     ```
       h1.entry-title {
           display: none;
       }
       ```
   
 * at the end of your theme style.css or admin theme options > custom css
 *  Thread Starter [adamirving](https://wordpress.org/support/users/adamirving/)
 * (@adamirving)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/remove-event-title/#post-9410168)
 * That did the trick. I didn’t think to place the h1 in front of it before, but
   of course that defines what it truly is. Thank you!

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

The topic ‘Remove Event Title’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [adamirving](https://wordpress.org/support/users/adamirving/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/remove-event-title/#post-9410168)
 * Status: resolved