Title: Menu problem &#8211; duouble navigation
Last modified: August 30, 2016

---

# Menu problem – duouble navigation

 *  [twojasciana](https://wordpress.org/support/users/twojasciana/)
 * (@twojasciana)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-duouble-navigation/)
 * Hello everyone!
 * I have a big problem. I can’t change duble navigation on menu.
    When i open the
   new card for menu, navigation is dubled.
 * Look my printscren
 * [http://files.tinypic.pl/i/00717/e7f61fnghoj6.jpg](http://files.tinypic.pl/i/00717/e7f61fnghoj6.jpg)
 * adres website
 * [http://twojasciana.hekko24.pl](http://twojasciana.hekko24.pl)
 * Plz help me!

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

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-duouble-navigation/#post-6680597)
 * Is that just a heading or is it another navigation?
 *  [cdhishna](https://wordpress.org/support/users/cdhishna/)
 * (@cdhishna)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-duouble-navigation/#post-6680602)
 * Try and add this to your css file
 *     ```
       .entry-header
       {
       display:none !important;
       }
       ```
   
 *  Thread Starter [twojasciana](https://wordpress.org/support/users/twojasciana/)
 * (@twojasciana)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-duouble-navigation/#post-6680603)
 * I would not fall for it ! Thank you cdhishna , andrew!
 * Part “Blog” in my navigation is not page – this is “catygory”.
 * In catygory your way does not work.
 *  [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-duouble-navigation/#post-6680620)
 * [@twojasciana](https://wordpress.org/support/users/twojasciana/): So you don’t
   want the text ‘Kategoria: Blog’ at the header part that is seen when ‘blog’ is
   opened. Is that right? If so then this css will do it for you.
 *     ```
       h2.page-title {
           display: none;
       }
       ```
   
 * Please elaborate your issue in case i’m confused.
 *  Thread Starter [twojasciana](https://wordpress.org/support/users/twojasciana/)
 * (@twojasciana)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-duouble-navigation/#post-6680650)
 * Great!
    Your’s support is exact. Thank you, but now i have onlny line.
 * Look
 * [http://images.tinypic.pl/i/00717/9cw585hq1zk8.jpg](http://images.tinypic.pl/i/00717/9cw585hq1zk8.jpg)
 *  [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-duouble-navigation/#post-6680673)
 * For that, just put this css in your ‘Advanced’ section of theme options.
 *     ```
       .page-header:after, .entry-title:after {
       display: none;
       }
       .entry-header .entry-title {
       display: none;
       }
       ```
   
 * Thanks!
 *  Thread Starter [twojasciana](https://wordpress.org/support/users/twojasciana/)
 * (@twojasciana)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-duouble-navigation/#post-6680683)
 * I pasted your cod in Advanced’ section of theme options , but now line is a fine.
 * Look
 * [http://files.tinypic.pl/i/00717/z64sla4y8zh1.jpg](http://files.tinypic.pl/i/00717/z64sla4y8zh1.jpg)
 *  [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-duouble-navigation/#post-6680685)
 * Apology for not noticing that fine line before. Anyways, for that fine line, 
   this css will do it for you:
 *     ```
       .page-header, .entry-title {
           display: none;
       }
       ```
   
 * Thanks!

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

The topic ‘Menu problem – duouble navigation’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/wen-corporate/2.5/screenshot.png)
 * WEN Corporate
 * [Support Threads](https://wordpress.org/support/theme/wen-corporate/)
 * [Active Topics](https://wordpress.org/support/theme/wen-corporate/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/wen-corporate/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/wen-corporate/reviews/)

 * 8 replies
 * 4 participants
 * Last reply from: [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/menu-problem-duouble-navigation/#post-6680685)
 * Status: not resolved