Hi,
a few years ago I spent weeks beautifying my blog page, I customized particularly the single post settings. For example “author” and “comments” etc. And now Google is complaining heavily: font size too small, too close together for mobile view.
So I looked into my CSS what I could undo. Unfortunately I can’t recognize the lines concerning my blog page settings. Would would I look for, could you give me a hint, please? Can I delete things like:
.blog h2.entry-title a,
.archive h2.entry-title a,
.single-post .entry-title {
font-size: 25px;
text-transform: none;
}
p.p-meta {
font-size: 11px !important;
}
.more-link {
font-size: 15px;
}
#reply-title {
font-size: 20px;
}
.single-post input[type=“submit”] {
padding: 8px;
font-size: 14px;
}
body .comment-reply-link {
font-size:14px;
}
And there is more … can I undo with “live view” to stop Google from complaining?
Thanks a lot
Karen