When im on my phone and trying to navigate through the sidebar menu i have to click on the “+” for it to dropdown, and it gets kinda confusing when you try to navigate. Are there any way to make it show to dropdown menu when you press on the text instead of only the “+”?
I’ve done exactly what you want for someone before (using the Venture theme) and I remember how I did it but don’t have the code now. It’s a little bit complex but you can give it a try yourself by following the steps below.
Go to edit theme code > Sections > header.liquid
Find tag with class “mobile-nav__toggle-btn”
Find the <a tag with class “mobile-nav__link”
You’ll see that the <a tag is enclosing the tag we talked about in the 2nd option.
You’ll need to enclose the tag inside of button i.e instead of
Note: You might need to look into snippets embedded in the header.liquid file such as mobile-nav.liquid and you may also need to do some CSS fixes as it will change the design to some degree.
For the “main menu” button in your navigation bar add a “#”instead of a link, now when someone clicks that button not just the arrow it will make the drop down happen