jlharkins Posted January 13, 2023 Share Posted January 13, 2023 I have a problem with my website where the icons for the pages in my desktop header are also showing up as the icons for my mobile menu folder pages. I would, at a minimum, like to mobile menu to not have the icons shown in the attached pic. Ideally, the mobile menu would have the correct icons shown in the desktop pic. I feel I have messed up my css somewhere. Anyone have any ideas? Thanks! harkinsandcates.com Link to comment
Solution tuanphan Posted January 18, 2023 Solution Share Posted January 18, 2023 Change this class name .header-nav-item:nth-child(1) a::before, .header-menu-nav-item:nth-child(1) a::before to this .header-nav-item:nth-child(1) a::before, [data-folder="root"]>div>div:nth-child(1) a::before Do similar for other items jlharkins 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
jlharkins Posted January 20, 2023 Author Share Posted January 20, 2023 Worked like a charm. 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