Here is the example on my pages.
On the post page, the H1 and H2 are too small
https://digitalagentshow.com/i-have-reviewed-over-50-real-estate-schools-and-found-11-reasons-why-online-courses-are-better-than-classroom-courses/
On the category I wish the font size was closer to the body size and not so big.
https://digitalagentshow.com/topic/30-day-pre-agent-mentor/
I have attempted to change the global css - but am not seeing the changes I desires.
h1, .h1 {
font-size: 17px;
}
.entry-title {
font-size: 17px;
}
.entry-header {
font-size: 14px;
}
.p-meta {
font-size: 12px;
}
h2, .h2 {
font-size: 12px;
}
h3, .h3 {
font-size: 15px;
}
h4, .h4 {
font-size: 15px;
}
Any suggestions? I wish there was a way to set all of this is the them options without css