Hi, @saguaros
How do I change the font size in the author and created date sections?
I've tried changing it via template.css in the section
.createdby [itemprop=name] {
font-weight: 600;
color: var(--body-text-color);
}
And
.createdby [itemprop=name] {
font-weight: 400;
}
but not any change.