cforestk Posted October 14, 2023 Posted October 14, 2023 Hi! I have a website (www.forestforthetreesmedia.com) that when viewed on Mobile the "Menu" font is very small. I would love to make it, along with the page titles, bigger for easier browsing on mobile. I've tried a few different CSS codes and none of them have worked. Any and all help would be appreciated. Thank you!
Solution tuanphan Posted October 15, 2023 Solution Posted October 15, 2023 You can add this to Website Tools (under Not Linked) > Custom CSS div#mobileMenuLink a { font-size: 30px !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!)
cforestk Posted October 29, 2023 Author Posted October 29, 2023 On 10/14/2023 at 8:59 PM, tuanphan said: You can add this to Website Tools (under Not Linked) > Custom CSS div#mobileMenuLink a { font-size: 30px !important; } Thank you so much! This worked perfectly.
cforestk Posted November 12, 2023 Author Posted November 12, 2023 (edited) @tuanphanThanks for your help. I have another question regarding my mobile menu subnav headings. I changed the font to 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 you 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; } Edited November 12, 2023 by cforestk
tuanphan Posted November 17, 2023 Posted November 17, 2023 On 11/12/2023 at 8:50 AM, cforestk said: @tuanphanThanks for your help. I have another question regarding my mobile menu subnav headings. I changed the font to 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 you 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; } Use this new code div#mobileNav * { font-size: 26px !important; } cforestk 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!)
kylies5 Posted May 3 Posted May 3 Hi there im struggling with my mobile menu - When its open on the homepage it views really small but right size on all over pages my website is www.sugarcanemountainsstudio.com ( I do have a side kicker app in the Header for custom CSS. Any help would be greatly appreciated :)
tuanphan Posted May 3 Posted May 3 2 hours ago, kylies5 said: Hi there im struggling with my mobile menu - When its open on the homepage it views really small but right size on all over pages my website is www.sugarcanemountainsstudio.com ( I do have a side kicker app in the Header for custom CSS. Any help would be greatly appreciated 🙂 Can you check site url? I can't access it. 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