Title: Submenu level and css
Last modified: September 19, 2016

---

# Submenu level and css

 *  [delcour](https://wordpress.org/support/users/delcour/)
 * (@delcour)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/submenu-level-and-css/)
 * Love the theme!
    Is there only one level submenu? How can I add another level?
   Also how can I change the appearance of the submenus? I tried in CSS, but cannot
   find the right code. THNX.

Viewing 1 replies (of 1 total)

 *  [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * (@teeru)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/submenu-level-and-css/#post-8200810)
 * Hello [@delcour](https://wordpress.org/support/users/delcour/)
 * To add another level submenu you need to go to ** Admin Panel / Appearance / 
   Menus**.
 * And then see the following attachment below for the further reference.
 * ![](https://i0.wp.com/image.prntscr.com/image/a4f16de446b243bc908fdc5433be10a5.
   png)
 *  Answer to your second question is, to change the appearance of the submenu is
   at first you need add the Custom CSS through the plugin
    . You can find many 
   plugin to add Custom CSS. Below link is the reference for one of the plugin.
 * [Custom CSS](https://wordpress.org/plugins/simple-custom-css/)
 * After installing the plugin you will find the custom CSS in **Admin Panel / Appearance/
   custom CSS**.
    Here copy and paste below CSS
 *     ```
       ul.sub-menu li {
           background-color: #ea798a;
       } 
       ```
   
 * The above code will change the background of the submenu.
 * Hope this will resolve you issues.
 * Best Regards!!

Viewing 1 replies (of 1 total)

The topic ‘Submenu level and css’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/modern-business/1.2.0/screenshot.
   png)
 * Modern Business
 * [Support Threads](https://wordpress.org/support/theme/modern-business/)
 * [Active Topics](https://wordpress.org/support/theme/modern-business/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/modern-business/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/modern-business/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [teeru@wensolutions](https://wordpress.org/support/users/teeru/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/submenu-level-and-css/#post-8200810)
 * Status: not resolved