For your information that : category pages has got special class for <body> element
example, for category with id:8
.category-8 .content_scene_cat_bg {Above example is code if you want to change the intro text background on category page with category id is 8. If the category id is different then you need to find another css syntax that represent the category you want to change.
background:none!important;
background-color: red!important;
}
Isn't simple ? How to change category intro text background color on your prestashop.