cforestk Posted November 17, 2023 Posted November 17, 2023 I have a question regarding my mobile menu subnav headings. With some help from someone on here, I changed the font size of the Menu heading and the subheadings but two of my subheadings that are folders to sub-sub-headings weren't affected by the code change. My website is www.forestforthetreesmedia.com. Could someone take a look at it on mobile and see what I need to change so all the subheadings are affected. I tried a few different code inserts based on what I saw with Google Chrome Inspect but couldn't nail it down. I used this code to change the subheadings: div#mobileNav a { font-size: 26px !important; }
tuanphan Posted November 17, 2023 Posted November 17, 2023 Just change a to * div#mobileNav * { font-size: 26px !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!)
tuanphan Posted October 10 Posted October 10 With 7.1 version, we will use this CSS code to change mobile menu subheading size div.header-menu-controls ~ div.header-menu-nav-item a { font-size: 12px; } 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