Text Too Small

On Google Search Console during a Mobile Usability Report, I got an error saying “text too small”. I made the text from each blog post bigger, however there is some other text on the page that I cannot make bigger. These texts include the date, author, category and tag. I believe these are the texts that Google is saying is too small. Any suggestions?

Hey there

Let me see them, please provide URL of the page and I will provide css code to fix them

Every blog post is affected, here’s one:

hey there

Please add this CSS in appearance - customize - additional CSS

.entry-meta {
    font-size: 22px;
}

Thanks!
Colorlib Support Team

I am still receiving the error message from Google. Is there a code to increase the size of the buttons at the bottom of the page, such as the tags and previous/next post buttons?

Good morning

You can try this code but I’m not sure if this is a correct:

.nav-links span.post-title {
font-size: 22px;
}

i mean, your message in the google, I think you need to try something else and not just increasing font size