LindsEli Posted March 13, 2023 Posted March 13, 2023 https://www.berryorganized.com, I want to remove the navigation items, tools I use and admin skills on the mobile version as the anchor links don't seem to be working since the desktop & mobile sections differ, any idea on code?
tuanphan Posted March 16, 2023 Posted March 16, 2023 Add to Design > Custom CSS /* Hide items on mobile */ @media screen and (max-width:991px) { .header-menu-nav-folder[data-folder="root"]>div>div:nth-child(4), .header-menu-nav-folder[data-folder="root"]>div>div:nth-child(3) { display: none; } } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment