Title: remove extra header
Last modified: August 31, 2016

---

# remove extra header

 *  Resolved [lifesgoodjourney](https://wordpress.org/support/users/lifesgoodjourney/)
 * (@lifesgoodjourney)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-extra-header/)
 * RE: Kyma Advanced
 * My Theme has a top bar, a header (with my logo and menu), and then another header
   with my page title and breadcrumbs. I would like to remove the header that shows
   my page title and breadcrumbs, I don’t like the redundancy.
 * It now says:
    Coming Soon! You are Now on: Home Coming Soon!
 * Could you please tell me how to remove this “extra” header. I am just starting
   to build this site, I do not know CSS. Thank you.
 * [http://www.hemplogik.com](http://www.hemplogik.com)

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

 *  [Madhusudan Pokharel](https://wordpress.org/support/users/madhusudan977/)
 * (@madhusudan977)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-extra-header/#post-7065512)
 * Hello,
    To remove page title and breadcrumbs put following code inside your theme’s
   Custom CSS section.
 *     ```
       #site_header + section {
           display: none;
       }
       ```
   
 *  [webhuntsupport](https://wordpress.org/support/users/webhuntsupport/)
 * (@webhuntsupport)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-extra-header/#post-7065546)
 * Hi lifesgoodjourney,
 * Did the above solution work for you.
 * I think you are using premium theme version of kyma.
 * So please do not ask premium support here.
 * Please raise your further issue at our private support forum.
 * Here is a link [Support Forum](http://webhuntinfotech.com/forum)
 * Let us know for further assistance.
 * Thank You
 *  [webhuntsupport](https://wordpress.org/support/users/webhuntsupport/)
 * (@webhuntsupport)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-extra-header/#post-7065548)
 * [@madhusudan](https://wordpress.org/support/users/madhusudan/),
 * Thanks for your kind support.
 *  Thread Starter [lifesgoodjourney](https://wordpress.org/support/users/lifesgoodjourney/)
 * (@lifesgoodjourney)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-extra-header/#post-7065603)
 * Madhusudan@WEN Solutions – thank you for taking the time to help me. That worked
   great and improve the look of my page. I appreciate you taking the time to help
   me.
 * Webhuntsupport – it worked just fine, thank you for your attention to this matter.
 * Thank you.
 *  [webhuntsupport](https://wordpress.org/support/users/webhuntsupport/)
 * (@webhuntsupport)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/remove-extra-header/#post-7065608)
 * [@most](https://wordpress.org/support/users/most/) Welcome,
 * We happy to help you.
 * If you have any query then let us know for further assistance.
 * Thank You
 *  [stercoralis](https://wordpress.org/support/users/stercoralis/)
 * (@stercoralis)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-extra-header/#post-7065709)
 * **I removed extra header as you say, and it worked but in the home page disapeared
   the Service Options.**
 * I have de Slider not enabled, if I enable it then it appears Service Options 
   Again. If I disable slider, then Service Options disapears although it is enabled.
 * If I insert again page title then Service Options works correctly but I don’t
   want the page title.
 *  Theme Author [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * (@webhuntinfotech)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/remove-extra-header/#post-7065711)
 * Hi,
 * Please remove below CSS rules from Custom CSS Editor.
 *     ```
       #site_header + section {
           display: none;
       }
       ```
   
 * and put this instead of above.
 *     ```
       section.content_section.page_title {
           display: none;
       }
       ```
   
 * Save the changes.
 * Hope it will work for you.
 * Note: Please enabled your home page.
 * Thank You

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

The topic ‘remove extra header’ is closed to new replies.

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

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)
 * [Remove Header](https://wordpress.org/support/topic-tag/remove-header/)

 * 7 replies
 * 5 participants
 * Last reply from: [WebHunt Infotech](https://wordpress.org/support/users/webhuntinfotech/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/remove-extra-header/#post-7065711)
 * Status: resolved