Title: SubMenu Styling
Last modified: November 9, 2016

---

# SubMenu Styling

 *  [babussell2](https://wordpress.org/support/users/babussell2/)
 * (@babussell2)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/submenu-styling-2/)
 * Hello! For some reason, I can’t seem to change the color of the dropdown menu.
   I don’t want it to be orange, I want it to be the same color grey as the background
   of the website.
 * [http://www.franchisesociety.com](http://www.franchisesociety.com)

Viewing 1 replies (of 1 total)

 *  [ThemeSumo](https://wordpress.org/support/users/themesumo/)
 * (@themesumo)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/submenu-styling-2/#post-8417307)
 *     ```
       .sf-menu ul.sub-menu {
           background: #F4F4F4;
       }
       .sf-menu ul.sub-menu li a {
           color: #1c355d;
           border-color: #1c355d;
       }
       .head_content .main_nav > ul > li > ul li a:hover {
           color: #00B09B;
       }
       ```
   
 * You can add this code to your [Child Theme](https://codex.wordpress.org/Child_Themes)
   style.css file, or using a [Custom CSS](http://www.mhthemes.com/blog/wordpress-plugins-to-implement-code/#simple-custom-css)
   plugin.
 * Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘SubMenu Styling’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [formatting](https://wordpress.org/support/topic-tag/formatting/)
 * [html](https://wordpress.org/support/topic-tag/html/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [Themes](https://wordpress.org/support/topic-tag/themes/)

 * 1 reply
 * 2 participants
 * Last reply from: [ThemeSumo](https://wordpress.org/support/users/themesumo/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/submenu-styling-2/#post-8417307)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
