@pitaj
Not the icon, but the category header background.
Vanilla theme:
code_text
<div id="category-1" class="category-header category-header-image-cover" title="" style="
background-color: #080382;
" data-original-title="Announcements regarding our community">```
Using i.e. this does nothing:
.category-header .category-header-image-cover {
background-color: transparent !important;
}