Hide sub-category logos on categories page

maybe try adding this CSS (to the theme or a theme component on your site):

.category-boxes .subcategories .subcategory .subcategory-image-placeholder {
    display: none;
}