Main Page Text too Small?
« on: March 02, 2021, 03:41:00 AM »
I'm getting a warning from google that the main blog page is not mobile friendly because the text is too small. It does appear to be small in the description part. I have looked at the css and tried putting a font size in the class="blg-desc" however this doesn't seem to work

Anyone know how to increase the text size on the main blog page?

Marked as best answer by anthony.marshall on March 02, 2021, 03:25:12 PM
*

MB Themes

Re: Main Page Text too Small?
« Reply #1 on: March 02, 2021, 07:30:31 AM »
@anthony
Use full path of css selector and try something extra to override original.
body .blg-text .blg-desc {font-size:16px;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Main Page Text too Small?
« Reply #2 on: March 02, 2021, 03:25:52 PM »
@anthony
Use full path of css selector and try something extra to override original.
body .blg-text .blg-desc {font-size:16px;}

@MB Themes that worked! Thanks!