ca_belle Posted March 26, 2022 Share Posted March 26, 2022 Site URL: https://thefrassas.com Hi! So my menu dropdown on desktop is working perfectly, but when is on mobile, when someone clicks on the 3 lines, it goes first to ONE dropdown written "Menu" and then the person has to click again to actually show the dropdown options. Is there a code I can inject to show straight the dropdown options rather than going to this menu first? Thank you! desktop all good! but on mobile version it shows the 3 menus! I'd like to go straight to the options inside this Menu in the langugage the user chose... doesn't have to show this menu option (especially not all 3 of them) Thanks a lot!!! Link to comment
tuanphan Posted March 29, 2022 Share Posted March 29, 2022 Add to Design > Custom CSS @media only screen and (max-width: 767px) { .header-menu-nav-folder[data-folder="root"] { display: none !important; } .header-menu-nav-folder-content .header-menu-controls { display: none; } .header-menu-nav-folder:not([data-folder="root"]) { transform: unset; transition: unset; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment