Title: Responsive menu color
Last modified: August 22, 2016

---

# Responsive menu color

 *  Resolved [T18DJ](https://wordpress.org/support/users/theuts/)
 * (@theuts)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-menu-color/)
 * Hi,
 * How can I change the color of the responsive menu, the background is white and
   the text is white too.
    I’ve searched and tried different things in the style.
   css but those changes were only noticeable at the normal site, not the responsive(
   iphone) one.
 * Please help me,
 * Tom Heuts

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

 *  Theme Author [HooThemes](https://wordpress.org/support/users/hoosoft/)
 * (@hoosoft)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-menu-color/#post-5688392)
 * You should change the style inside `@media screen and (max-width: xxxpx){ ...}`
   for responsive layout.
 * For example, change the background color to black.
 *     ```
       @media screen and (max-width: 919px){
        .site-nav {
       display: none;
       width: 100%;
       margin-top: 0;
       background-color: #000;
       position: absolute;
       top: 89px;
       left: 0;
       z-index: 9999;
       }
   
       }
       ```
   
 *  Thread Starter [T18DJ](https://wordpress.org/support/users/theuts/)
 * (@theuts)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-menu-color/#post-5688405)
 * Okey thanks this part works, but how can I solve the Sub menu , those still have
   a white background.
 *  Thread Starter [T18DJ](https://wordpress.org/support/users/theuts/)
 * (@theuts)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-menu-color/#post-5688621)
 * ?
 *  Theme Author [HooThemes](https://wordpress.org/support/users/hoosoft/)
 * (@hoosoft)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-menu-color/#post-5688634)
 * We will add more color options, please wait for future upgrades.

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

The topic ‘Responsive menu color’ is closed to new replies.

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

 * 4 replies
 * 2 participants
 * Last reply from: [HooThemes](https://wordpress.org/support/users/hoosoft/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/responsive-menu-color/#post-5688634)
 * Status: resolved