• 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)
  • 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.