Howdy folks, anyone able to assist in how I change the color of a particular section of text in an out of the box theme?
I would like to change the text color on “Heading section” to red. And leave everything else as is.
I think its the ‘Dawn’ theme 
Thanks!
change background-1 to red color, see what happens
Always backup themes before making changes
To change the color of
Headings in most themes use CSS similar to the in your themes style file. i.e. theme.css , style.css etc.
h1, .h1 {
color: red;
}
To target a specific section you will need to find the ID, or provide a url and storefront url for others to be able to help.