VirginiaChen Posted July 7, 2022 Share Posted July 7, 2022 Site URL: https://www.virginiachen.com/ Site: https://www.virginiachen.com/ Does anyone know if there is a CSS that can remove the folder titled MENU from the mobile burger for 7.1? So that when I click on the burger on mobile, it shows all the pages that are included in the folder, instead of MENU? TIA Link to comment
Solution tuanphan Posted July 8, 2022 Solution Share Posted July 8, 2022 Add to Design > Custom CSS @media screen and (max-width:991px) { .header-menu-nav-folder { transform: unset !important; } .header-menu-controls.container.header-menu-nav-item { display: none; } [data-folder="root"]>.header-menu-nav-folder-content:first-child { display: none; }} VirginiaChen and ec25 1 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
VirginiaChen Posted July 8, 2022 Author Share Posted July 8, 2022 Yeah! That worked, thanks so much! 😊 Link to comment
nojqui Posted May 2, 2023 Share Posted May 2, 2023 Hi ! I'd like to ask if it is possible to have this fonction, but without loosing the button (the one button you can add on the nav is still there, but instead of being down it went up and you cannot click on it anymore) Thank you! Link to comment
tuanphan Posted May 4, 2023 Share Posted May 4, 2023 On 5/3/2023 at 5:10 AM, nojqui said: Hi ! I'd like to ask if it is possible to have this fonction, but without loosing the button (the one button you can add on the nav is still there, but instead of being down it went up and you cannot click on it anymore) Thank you! What is your site url? We can check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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