cforestk Posted October 14 Share Posted October 14 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! Link to comment
Solution tuanphan Posted October 15 Solution Share Posted October 15 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
cforestk Posted October 29 Author Share Posted October 29 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. Link to comment
cforestk Posted November 12 Author Share Posted November 12 (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 by cforestk Link to comment
tuanphan Posted November 17 Share Posted November 17 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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