# Hide sub-category logos on categories page

**URL:** https://meta.discourse.org/t/hide-sub-category-logos-on-categories-page/368414
**Category:** Support
**Created:** [June 1, 2025, 12:18pm UTC](https://meta.discourse.org/t/hide-sub-category-logos-on-categories-page/368414 "2025-06-01T12:18:26Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [June 1, 2025, 1:31pm UTC](https://meta.discourse.org/t/hide-sub-category-logos-on-categories-page/368414/3 "2025-06-01T13:31:37Z")

</div>

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

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

```

---

_[View the full topic](https://meta.discourse.org/t/hide-sub-category-logos-on-categories-page/368414)._
