Title: submenu settings
Last modified: August 17, 2022

---

# submenu settings

 *  [Oaz](https://wordpress.org/support/users/oaz/)
 * (@oaz)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/submenu-settings/)
 * Hi there,
 * I’d like to customize submenu colors, but the customizer does NOT take my changes
   into account (header/main header/style/submenu).
    I tried with css as well, but
   impossible to override default settings even with !important May you check whats
   up ? Thanks
    -  This topic was modified 3 years, 9 months ago by [Oaz](https://wordpress.org/support/users/oaz/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsubmenu-settings%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/submenu-settings/#post-15928872)
 * Hi [@oaz](https://wordpress.org/support/users/oaz/),
 * Thank you for contacting us.
 * I did testing the settings for submenu styles and found a little bug with it.
   Indeed it will be fixed shortly in the next version update of the theme.
 * Meanwhile, you can manually enable your custom colors with this simple CSS code:
 *     ```
       .botiga-dropdown ul.nav-menu ul.sub-menu li {
         background-color: #fff000;
       }
   
       .botiga-dropdown ul.nav-menu ul.sub-menu li a {
         color: #ff0000;
       }
   
       .botiga-dropdown ul.nav-menu ul.sub-menu li:hover {
         color: #0e4395;
       }
   
       .botiga-dropdown ul.nav-menu ul.sub-menu li:hover a {
         color: #000;
       }
       ```
   
 * To implement it to your site, add it to **Additional CSS** under the **Appearance**
   menu > **Customize** in dashboard.

Viewing 1 replies (of 1 total)

The topic ‘submenu settings’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/submenu-settings/#post-15928872)
 * Status: not resolved