Title: Disabling Theme Header
Last modified: August 22, 2016

---

# Disabling Theme Header

 *  Resolved [Pastor Walt Mayhew](https://wordpress.org/support/users/wmayhewwalnuthillccorg/)
 * (@wmayhewwalnuthillccorg)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/disabling-theme-header/)
 * We are using Event Manager to handle our events. It allows a great deal of flexibility
   with the presentation of the event data. The problem I have is that I do not 
   want to show the header information for the event related pages / posts. In order
   to disable this for testing purposes I’ve been hard coding the display: none 
   parameter in a supplemental css file for each one.
 *     ```
       .postid-1124 header.resurrect-entry-header.resurrect-clearfix,
       .postid-1252 header.resurrect-entry-header.resurrect-clearfix,
       .postid-1413 header.resurrect-entry-header.resurrect-clearfix
       {
         	display: none
       	}
   
       /* Hides title page for a specific page
          page id found by looking in source code
          search for body class="page */
   
       .page-id-78 h1.resurrect-entry-title
       {
       	display: none;
       }
       ```
   
 * Obviously that is not practical and if I disable it permanently than other features
   such as the people and sermons are negatively affected. Is there a way to disable
   the header for the events only?
 * Thanks in advance for your help.
 * P. W.
 * [https://wordpress.org/plugins/church-theme-content/](https://wordpress.org/plugins/church-theme-content/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Steven Gliebe](https://wordpress.org/support/users/stevengliebe/)
 * (@stevengliebe)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/disabling-theme-header/#post-5482576)
 * Hi Walt,
 * Please submit a support request at [http://churchthemes.com/contact](http://churchthemes.com/contact)
   for any questions you have about our themes. Be aware though that our support
   policy excludes assistance with code customizations. We can however refer you
   to a professional developer if helpful.
 * Thank you.

Viewing 1 replies (of 1 total)

The topic ‘Disabling Theme Header’ is closed to new replies.

 * ![](https://ps.w.org/church-theme-content/assets/icon-256x256.png?rev=990564)
 * [Church Content - Sermons, Events and More](https://wordpress.org/plugins/church-theme-content/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/church-theme-content/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/church-theme-content/)
 * [Active Topics](https://wordpress.org/support/plugin/church-theme-content/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/church-theme-content/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/church-theme-content/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Steven Gliebe](https://wordpress.org/support/users/stevengliebe/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/disabling-theme-header/#post-5482576)
 * Status: resolved