Description
- make dropdown title clickable
- view demo – password: abc (click on dropdown Projects to see result)
- buy me a coffee

#1. Install Code
#1.1. First, hover on Dropdown > Click Gear icon

#1.2. Next, adding text dropdown before Dropdown URL Slug

Then we will have URL Slug like this: /dropdown-project-02
- This means, code will open page /project-02 when users click on dropdown title
#1.3. Use this code to Code Injection > Footer
- If you use Personal/Basic Plan and your plan doesn’t support Injection, you can see #3.1
<!-- 02.26c12v2(v2) Dropdown Title Clickable v2 --> <script> window.NAV_DROPDOWN_ENABLE_MOBILE = true; </script> <script src="https://code.beaverhero.com/header/0226c12v2v2dropdowntitleclick.js"></script>

#2. Customize
nothing now
#3. Other
#3.1. If you use Personal/Basic Plan and your plan doesn’t support Injection, you can edit Site Footer > Add a Markdown Block
![]()
Add this code into Markdown
<script> window.NAV_DROPDOWN_ENABLE_MOBILE = true; </script> <script src="https://code.beaverhero.com/header/0226c12v2v2dropdowntitleclick.js"></script>
