# Horizon Theme

**URL:** https://meta.discourse.org/t/horizon-theme/360486
**Category:** Theme
**Tags:** official, horizon-theme
**Created:** [April 7, 2025, 5:53pm UTC](https://meta.discourse.org/t/horizon-theme/360486 "2025-04-07T17:53:06Z")
**Posts on this page:** 1
**Showing post:** 91

<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: [May 28, 2026, 2:10pm UTC](https://meta.discourse.org/t/horizon-theme/360486/91 "2026-05-28T14:10:02Z")

</div>

hi @matt_k_bcn 👋 welcome! 🙂

you can do this with css in a theme component:

```scss
.hc-topic-card __category .badge-category__ wrapper {
    border: solid .5px!important;
    border-color: var(--category-badge-color)!important;
    --category-badge-color: none!important;
}

```

 ![Screenshot 2026-05-28 at 7.36.22 AM](https://global.discourse-cdn.com/meta/original/4X/9/e/8/9e849d0274834f01cdeb48df9d0d21f5f1a2c11e.png)

---

_[View the full topic](https://meta.discourse.org/t/horizon-theme/360486)._
