Site logo

Archived topic

Can't change the font size of base content on Cover page

12 replies · Started by Joe on August 2, 2022

Viewing posts 1–13 of 13

My website uses the Dispatch site template. When I check the status of my site in the Google search console, it shows the cover page is "Page is not mobile friendly". Then I found that there were 2 issues that needed to be resolved. One is that the font size of base content on the cover page is too small. I try to adjust the font size in "Customize" mode, but it just can't be changed.
The other issue is "Clickable elements too close together". I don't have any clue about this. Please check the following screenshot:
Home page issues

Thanks!

The screenshot:

Please see the screeshot.

I need to verify the issues from the search console. So Let's go back to the issue of changing the font size. Is there a way to change the font size of the base content on the Cover page?

Well, you can change the base font size of your entire site through the Typography module. Add a new typography and set the target element to Body.

If you want just one specific page, we can also do that by targeting the specific page ID. Can you provide the link to the specific page if this is what you prefer?

My site uses the blog page as the homepage. I have used the Typography module to change the font size and the font size is still the same. Please see the page link in the information area. thanks!

What size did you set it? It’s currently set to 18px from my end. Can you try increasing it, and I’ll see if it will reflect?

I have set the font size from 18px to 20px. Please see the screenshot for the difference of font size in the different pages.

It seems to be working. I can see the change reflect from my end on both the blog page and the article pages.

However, the blog text, for instance the entry content, is a bit smaller because of a CSS code in your Additional CSS:

.generate-columns-container article .inside-article .entry-summary {
    margin-top: 0.5em;
    font-size: 0.8em;
}

Specifically, the font-size rule is causing it.

Try removing the font-size parameter so that it follows the actual body size you set.

I modify the CSS setting and it works now! Thanks a lot for your help.

You’re welcome Joe!

This archived topic is closed to new replies.