Google Console Issue: Font Size for Hello Maker

QuestionsCategory: QuestionsGoogle Console Issue: Font Size for Hello Maker
Arturo Munonz asked 4 years ago

Hi, there! I got notified by Google Search Console that my theme has an issue affecting Mobile Usability, namely “The text is too small to read.” Seems I need to change font size, at least for regular text not headers.
What line of the stylesheet do I have to visit to make a font size change of this nature?

1 Answers
Jennifer Staff answered 4 years ago

If it is just the body text you can adjust that on line 46 in your style sheet.  You will see
 
body > div {
font-size: 1.2rem;
}
 
You can change that to the 1.8rem;  which is 18px what google wants for mobile readability.  Which is going to seem crazy large.  I’m still not used to or excited over that change from them.