• ftperez

    (@ftperez)


    Hi!
    I’d like to know if there’s the possibility of adding a drop-down list in the side bar menu, and how can I do it.
    Thank you very much for your answers in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Jarret

    (@jarretc)

    You can use a Custom HTML widget with the following code if you want it to redirect to a URL when an option is selected from the dropdown

    <select onchange="location = this.value;">
    	<option selected>Choose an option...</option>
    	<option value="https://example.com">1</option>
    	<option value="https://example.com">2</option>
    	<option value="https://example.com">3</option>
    </select>

    Just change the URLs to what you want them to redirect to and then 1/2/3 to the values you want displayed in the dropdown

    Thread Starter ftperez

    (@ftperez)

    Hi,
    I did what you suggested to me, but that’s not really what I was looking for. I guess I didn’t explain myself correctly. When I say sidebar menu, I mean hamburguer menu. I’d like to add drop-down lists in the hamburguer menu.
    Thank you!!!

    Theme Author Di Themes

    (@dithemes)

    Hi

    Sidebar Menu section does not support multi level menu. however you can use child theme and customize theme code accordingly.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar Menu’ is closed to new replies.