Looking to get a different color text in the heading than the body text colors in Dawn

There is only 1 option for a text color in the Dawn theme.

I am looking to get different text colors from the heading to the body text.

@mfazio

can you please provide store url and give me screenshot

Mellogoods.com there’s only 1 color text. Looking to change the heading text color and leave the body text color

@mfazio

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
    color: red; /* change color */
}