I feel like I am doing this wrong, so I wanted to double check.
I have gone into PRO>Theme Options>Typeography>Body and Content>Body Type Color and set the color to #495966.
I also want my Lists, UL and OL, to be the same color. I can’t see where to edit that so I ended up adding the following code to the Global CSS
ul {
color: #495966;
}
I am sure there is another, probably better way to do this, but I can’t seem to find it.