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 1 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
VirginiaChen Posted July 8, 2022 Author Share Posted July 8, 2022 Yeah! That worked, thanks so much! 😊 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