Change colour of rich text heading in Dawn theme

Hi, how do I change the colour of the rich text heading in Dawn theme? Currently, it is black but I want to change it to a specific hex code.

Hi @jarydvisser
use this css

.rich-text .rich-text__blocks h2.h1 {
  color: red !important;
}

if you use many richtext section then use section ID as well.

in which file do I put this?

@jarydvisser
theme.scss.liquid or theme.css

My Dawn theme doesn’t have them. I think the main file is base.css. WHat happens in my header colour is set the the colour that I want but it only works when I put the header size to medium, when I change it to large then the colour switches to black.