Вы допустили небольшую ошибку. просто замените свой CSS ниже CSS. один и тот же класс в теге body и article, поэтому нам нужно добавить тег article с именем класса, чтобы он не конфликтовал с тегом body :)
article.category-discounts .category_es_title {
background-color: #0072bc!important;
}
article.category-anothercat .category_es_title {
background-color: #f8ac87!important;
}
article.category-jackiscool .category_es_title {
background-color: #75d3f6!important;
}
article.category-sponsored .category_es_title {
background-color: #00a651!important;
}
article.category-student-life .category_es_title {
background-color: #ff1744!important;
}