Title: Question, Mobile Nav Customizer
Last modified: September 7, 2018

---

# Question, Mobile Nav Customizer

 *  [Abigailm](https://wordpress.org/support/users/abigailm/)
 * (@abigailm)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/question-mobile-nav-customizer/)
 * After upgrade to v 3.9.6, I have this question:
 * For mobile view, is there a way to change background and/or border-color settings
   for the toggle & menu from within customizer?
 * I am trying to get at this property showing up within the inline css:
 * `@media (max-width: 767.98px) { .navbar-nav li, .navbar-nav, .navbar-nav .dropdown-
   menu, .navbar-toggler { border-color: #e9e9e9; }`
 * I can override it with a stylesheet !important directive, but would prefer getting
   the inline specs corrected if possible. I looked all over but couldn’t find where
   in customizer to reach the color settings.
 * —
    By the way, the upgrade to 3.96 was super easy & fast; site is running blazingly
   fast – so everything is nearly perfect… except that I wanted to do a little bit
   of tweaking on the mobile menu.

Viewing 1 replies (of 1 total)

 *  [Romik84](https://wordpress.org/support/users/romik84/)
 * (@romik84)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/question-mobile-nav-customizer/#post-10676320)
 * sorry for my delay reply. Please use this **Additional CSS** and modify per your
   needs:
 *     ```
       .navbar-toggler {
           color: red;
           background: blue;
           border-color: red;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Question, Mobile Nav Customizer’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Romik84](https://wordpress.org/support/users/romik84/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/question-mobile-nav-customizer/#post-10676320)
 * Status: not resolved