Reply To: Some headers not picking up right color

#19591
Daniel Tara
Keymaster

You aren’t doing anything wrong, there’s a bug in our CSS. We will fix it in the next release, until then you can add this quick fix to your custom styles:

.entry-title a {
	color: inherit;
}