1. Edit file qa-theme/SnowFlat/qa-styles.css
2.a. Add this rule to the end of the file to change it only in the question template:
.qa-template-question .qa-main-heading {
background-color: red;
}
2.b. Or add this rule to the end of the file to change it all pages:
.qa-main-heading {
background-color: red;
}