Description
- adding dropdown to Mobile Menu
- view demo – password: abc
- if you use Personal/Basic Plan, message me, I will install code for you
- buy me a coffee if it is helpful for you

#1. Install Code
Use this code to Code Injection > Header
<!-- Mobile dropdown menu --> <script src="https://code.beaverhero.com/burger/mobiledropdown.js"></script> <link rel="stylesheet" href="https://code.beaverhero.com/burger/mobiledropdown.css"/>

#2. Customize
#2.1. You can change Border Line style by using this code under
<style>
div.container.header-menu-nav-item {
--expand-dropdown-border: 1px solid #f1f;
}
</style>
