Hi there,
Apologies for the delay, but having to assign IPs to check a site is not an ideal support solution.
You can target the background by category name e.g. “news” like so:
.category-news .standard-post-content {
background: #222;
}
To display the category infront of the date, you’d need to modify the page template files.
– Ed