Title: Secondary Menu
Last modified: August 21, 2016

---

# Secondary Menu

 *  Resolved [williewalters18](https://wordpress.org/support/users/williewalters18/)
 * (@williewalters18)
 * [12 years ago](https://wordpress.org/support/topic/secondary-menu-2/)
 * I only started using wordpress for the first time yesterday so am having a few
   problems as you can imagine.
 * Is it possible to set up a secondary menu on one specific page?
 * Here is a link to my site (the pictures aren’t actually the company photos yet..);
   [http://sterry-walters.com/](http://sterry-walters.com/)
 * I am wanting the secondary menu bar but only in the ‘Projects’ page and I want
   all the sub items to be in that secondary menu.
 * Could you please help me with this?
 * Thanks,
    William

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

 *  [Ben Ritner – Kadence WP](https://wordpress.org/support/users/britner/)
 * (@britner)
 * [12 years ago](https://wordpress.org/support/topic/secondary-menu-2/#post-4950060)
 * If you set up a secondary menu you can add this to your custom css box to have
   it show only on the projects page:
 *     ```
       @media (min-width: 992px) {
           #nav-second ul.sf-menu {
           	display: none;
           }
        .page-id-5 #nav-second ul.sf-menu {
           	display: block;
           }
       }
       ```
   
 * Kadence Themes
 *  Thread Starter [williewalters18](https://wordpress.org/support/users/williewalters18/)
 * (@williewalters18)
 * [12 years ago](https://wordpress.org/support/topic/secondary-menu-2/#post-4950122)
 * Is a custom css box something that you have to pay for?
 * Thanks
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [12 years ago](https://wordpress.org/support/topic/secondary-menu-2/#post-4950123)
 * If you go to appearance > theme options > advanced settings there’s box that 
   allows you to add custom css. Just copy and paste the above code in that.
    Hannah
 *  Thread Starter [williewalters18](https://wordpress.org/support/users/williewalters18/)
 * (@williewalters18)
 * [12 years ago](https://wordpress.org/support/topic/secondary-menu-2/#post-4950129)
 * Perfect cheers!
 *  [Kim Logronio](https://wordpress.org/support/users/kimrheen/)
 * (@kimrheen)
 * [12 years ago](https://wordpress.org/support/topic/secondary-menu-2/#post-4950134)
 * Hi there. How can I minimize the size of each ul in secondary menus? THanks!
 *  [hannah](https://wordpress.org/support/users/hannahritner/)
 * (@hannahritner)
 * [12 years ago](https://wordpress.org/support/topic/secondary-menu-2/#post-4950136)
 * Hey,
    Try adding this to your custom css box in theme options:
 *     ```
       #nav-second ul.sf-menu li {
       width: 10%;
       }
       ```
   
 * Obviously customize the width how you would like.
    Let me know if this works 
   for you! Hannah

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

The topic ‘Secondary Menu’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/virtue/3.4.15/screenshot.png)
 * Virtue
 * [Support Threads](https://wordpress.org/support/theme/virtue/)
 * [Active Topics](https://wordpress.org/support/theme/virtue/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/virtue/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/virtue/reviews/)

## Tags

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

 * 6 replies
 * 4 participants
 * Last reply from: [hannah](https://wordpress.org/support/users/hannahritner/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/secondary-menu-2/#post-4950136)
 * Status: resolved