Okay
  Public Ticket #1272832
Dropdown Menu
Closed

Comments

  • Aaron started the conversation

    Hi i was wondering if i could implement a simple dropdown menu for rebirth template. I can't use the theme without it as i have a site that requires dropdown menus . Thanks

  •  850
    Jelly replied

    Hi,

    Sorry for late, our support ticket gone down and difficult to connect so we cannot get back to you immediately.

    You can get my demo menu with submenu below

    <div class="collapse navbar-collapse navbar-ex1-collapse">
      <ul class="nav navbar-nav navbar-right">
        <li class="active"><a href="index.html">home</a></li>
        <li><a href="#" id="trigger-dropdown">pages</a></li>
        <li><a href="#">About</a>
            <ul class="submenu">
              <li><a href="index2.html">Home Page Two</a></li>
              <li><a href="index3.html">Home Page Three</a></li>
            </ul>
        </li>
        <li><a href="services2.html">Service</a></li>
        <li><a href="work.html">Work</a></li>
        <li><a href="blog.html">blog</a></li>
        <li><a href="contact.html">contact</a></li>
      </ul>
    </div>
    

    Best Regards,
    Jelly Team