Masquer les logos des sous-catégories sur la page des catégories

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

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