Jump to content

How to style mobile nenu bar


newcoder1010

Recommended Posts

Too little code to help.

For example:
1. What does '.toggler' look like?
2. What does the HTML look like?
3. Is any JS being used to trigger the color change?

BTW, welcome to the forums. :)

PS: going by the name, not the # of posts.

 

Edited by JMRKER
Link to comment
Share on other sites

<nav role="navigation" aria-labelledby="block-subboottheme-main-menu-menu" id="block-subboottheme-main-menu">
            <h2 class="sr-only" id="block-subboottheme-main-menu-menu">Main navigation</h2>

      
      <div data-mediasize="992" class="responsive-menus responsive-menus-0-1-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>
                      <li>
                                        <a href="/about_us" data-drupal-link-system-path="node/6">About Us</a>
              </li>
                      <li class="last">
                                        <a href="/contact_us" data-drupal-link-system-path="node/5">Contact Us</a>
              </li>
        </ul></div>
  

  </nav>

 

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