jgo Posted February 26, 2021 Share Posted February 26, 2021 Site URL: https://www.jordangraceowens.com Hello! I have navigation links nested inside a folder, and I'm trying to hide them on mobile. They're hidden on desktop (until you click) but everything shows up on mobile. I've tried searching for custom CSS but haven't had luck with anything. Thanks for any help! Link to comment
tuanphan Posted March 2, 2021 Share Posted March 2, 2021 Add this to Design > Custom CSS @media screen and (max-width:800px) { li.mobile-folder ul { display: none; } } 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