Bobwords1 Posted February 27, 2023 Share Posted February 27, 2023 Hey there! I'm trying to hide a few menu items on thecorner.bar (the about us/location page, the comedy corner page, and the weekly events page) so the menu looks less cumbersome on mobile. I've written a bit of css for the sites menu page and stuff, but don't know well enough what I'm doing to hide menu items. I've tried google an the top two results didn't work for me. Link to comment
tuanphan Posted March 5, 2023 Share Posted March 5, 2023 Add to Design > Custom CSS div.index.home:nth-child(2), div.index.home:nth-child(4), div.index.home:nth-child(6) { display: none !important; } 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