Comments Aaron started the conversationAugust 14, 2017 at 11:16amHi 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 850Jelly repliedAugust 21, 2017 at 2:14pmHi,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 Sign in to reply ...
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
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
Best Regards,
Jelly Team