Title: Make navigation menu permanent
Last modified: September 1, 2016

---

# Make navigation menu permanent

 *  Resolved [jword79](https://wordpress.org/support/users/jword79/)
 * (@jword79)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/make-navigation-menu-permanent/)
 * Hi,
 * Basically, I would like to make the navigation menu permanently visible, rather
   than having to hover over the 3 little bars in the top right to see the menu.
 * I know this has something to do with the ‘hover’ in CSS but can’t work out how
   to change it properly.
 * Any suggestions?
 * Thanks

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

 *  [Ion Rutz](https://wordpress.org/support/users/ionrutz_machothemes/)
 * (@ionrutz_machothemes)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/make-navigation-menu-permanent/#post-7568412)
 * Hello,
 * Try using this CSS code:
 *     ```
       .main-navigation {
           opacity: 1;
           visibility: visible;
       }
       ```
   
 * It should work like a charm.
 * Regards
 *  [farhadhamed](https://wordpress.org/support/users/farhadhamed/)
 * (@farhadhamed)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/make-navigation-menu-permanent/#post-8629777)
 * it works like a charm but screws up mobile version. I could be really nice if
   menu was permanent only in desktop version.

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

The topic ‘Make navigation menu permanent’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/pixova-lite/2.0.9/screenshot.jpg)
 * Pixova Lite
 * [Support Threads](https://wordpress.org/support/theme/pixova-lite/)
 * [Active Topics](https://wordpress.org/support/theme/pixova-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/pixova-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/pixova-lite/reviews/)

## Tags

 * [hover](https://wordpress.org/support/topic-tag/hover/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)

 * 2 replies
 * 3 participants
 * Last reply from: [farhadhamed](https://wordpress.org/support/users/farhadhamed/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/make-navigation-menu-permanent/#post-8629777)
 * Status: resolved