Jump to content

How to style mobile menu bar


newcoder1010

Recommended Posts

Hello,

<div data-mediasize="992" class="responsive-menus responsive-menus-0-0 absolute responsified"><span class="toggler"></span><ul class="responsive-menus-simple" id="rm-removed">
                      <li class="first">
                                        <a href="/" data-drupal-link-system-path="<front>" class="is-active">Home</a>
              </li>
                      <li>
                                        <a href="/how_it_works" data-drupal-link-system-path="node/4">How it works</a>
              </li>

        </ul></div>
@media only screen and (max-width: 768px)
.responsive-menus.responsified span.toggler {
    color: white;
}

When I visit the mobile version in chrome toggle device tool, I see the menu is in white. But mobile device shows it in black. How can I display the menu in white? Thanks!

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...