Hi,
The main page title headlines for Renew 8 blog and portfolio pages respond to changes in font family and uppercase “on” and “off” via Theme Options, but don’t respond to changes in font weight or letter spacing. Attached shows the difference between the title H1 and the regular H2 – the H2s change font weight and spacing, the H1 doesn’t.
Is there somewhere else where the page title H1 settings are configured?
Thanks!
EDIT: Just found this via inspector, changing the values via Global CSS seems to work:
.h-landmark, .entry-title.h-landmark {
margin: 0;
font-size: 275%;
font-weight: 400;
letter-spacing: -.02em;
line-height: 1;
}
If that’s a legit approach I’ll just do that. 