mario996
Hi
All heading colors are used the same code. you can add this code in custom css
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
color: #772f2f;
}
div.news-medium .article-title a {
color: #772f2f;
}
change the color code as per needs .