Hi
I’ve realized, that the font-color (e.g. orange) for blog-titles on the blog-archive-page is not reflecting the settings in customizer (e.g. blue). It seems that the fonts are being declared as normal links (a tag) instead of H2 on blog-archive page.
But then, when I change the font-size for H2 via Customizer > Typography, the changes apply.
This seems illogical to me 🤷🏻♂️, so I’d be curious to hear about the reason for this.
I have now applied the colour via
.entry-title a{
color:var(--accent);
}
but not sure if this is considered best practice, but sure that you can provide some good advise 🙂
Thank you in advance and kind regards,
Sascha