Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 11, 20205 yr After much search, very confuse, such frustrate, wow, I have no other option besides asking/suggesting it here: Is there any way, or can you add a way, to change the default font size with which the forums are displayed? The fonts are just too small to be comfortably readable, especially on the mobile interface. this could be an ACP site-wide setting or a per-user-by-user choice. Ctrl+mouse wheel isn't a solution since it enlarges everything - including avatars, menus and everything else - which is actually properly sized. and also there's the issue of not having mouse wheels (or a Ctrl key) on phones nowadays... Send help. please. Edited April 3, 20205 yr by Pavel Chernitsky
March 17, 20205 yr Author No? No one? Everybody here has perfect eyesight and is fine with the small fonts?
March 17, 20205 yr Community Expert It’s defined in the theme’s CSS and there are tons of of different font size declarations. So there is no simple setting or way to raise the font sizes in general. As a start, you can try to add this to your custom.css: .ipsType_normal { font-size: 19px; }
March 19, 20205 yr Author Thanks, That KINDA worked. Now the font in the posts is sized well, but everything else looks too small in comparison... 🤷♂️
April 1, 20205 yr Community Expert So there is no simple setting or way to raise the font sizes in general.
April 2, 20205 yr Author I'll take a difficult setting or way at the moment, hence the "other" in "any other ideas" 😄 Edited April 2, 20205 yr by Pavel Chernitsky
April 2, 20205 yr Community Expert I provided one code snippet. I doubt anyone would take the time to go through all possible ones for you for free. But you can hire a theme designer to customize your site however you like: https://invisioncommunity.com/third-party/providers/
April 2, 20205 yr Author Never said anything about free. My initial thought was actually that there might be a plugin or maybe someone would see this and get the motivation to make one. And as I said, I've implemented the code you put here and while it was helpful, it was also, as you said yourself, "a start". BTW, if it wasn't clear, thanks a whole lot for the help 🙂
April 2, 20205 yr This is actually built into almost all browsers by default, CMD + on mac and ALT + on windows, it retains memory based on the site as well, so you can have your users adjust this as needed for their sites they use. Mac - Cmd' + '+' (plus) to zoom in Win - Ctrl' + '+' (plus) to zoom in You can manually edit the theme, however there would be many areas to edit as there is different text size in many places.
April 3, 20205 yr Not to mention those constant email notifications from Google telling me that my site is losing-out in search rankings due to mobile usability issues. "The text is too small to read..." I'm actually paying someone to go through my site and make the text readable on mobile devices. I'm sure the wizz-kids among you lot can fiddle around with the CSS to your heart's content. But I am paying for an "off-the-shelf" software solution so that I can concentrate on my site content, without having to worry about the back end. A simple setting in the ACP would work for me.
April 3, 20205 yr Author Mac - Cmd' + '+' (plus) to zoom in Win - Ctrl' + '+' (plus) to zoom in Got to say I feel kind of bad for giving you the impression I don't know how to zoom in and out on a website 😂 Also: Ctrl+mouse wheel isn't a solution since it enlarges everything - including avatars, menus and everything else - which is actually properly sized. and also there's the issue of not having mouse wheels (or a Ctrl key) on phones nowadays... Edited April 3, 20205 yr by Pavel Chernitsky
April 3, 20205 yr This is what I mean about the Mobile Usability issues warnings that I get from the Google Search Console: Quote Search Console has identified that your site is affected by 3 Mobile Usability issues: Top Issues The following issues were found on your site: Content wider than screen Text too small to read Clickable elements too close together We recommend that you fix these issues when possible to enable the best experience and coverage in Google Search. So, obviously, Google doesn't know how to zoom in and out on a website, either?!! The issue, for me, is not so much a CSS fix to increase the text size for existing site content. I can work with my moderator on that... What I am more interested in is just making the default text size for any new content posted larger, so that we can at least see an end to this Herculean task. Edited April 3, 20205 yr by smb
May 25, 20204 yr Hello, I have the same issue with default small font, and i'm using default theme. I got some errors from Google Search Console (Mobile Usability) : Regards!
May 25, 20204 yr Community Expert Hello, I have the same issue with default small font, and i'm using default theme. I got some errors from Google Search Console (Mobile Usability) : Regards! This collection of errors does not point to text being set too small in general. It points to a page that was (visually) broken while being crawled, e.g. because the CSS wasn’t loaded at all. Edited May 25, 20204 yr by opentype