# Air Theme

**URL:** <https://meta.discourse.org/t/air-theme/197703>\
**Category:** Theme\
**Tags:** air-theme\
**Created:** [July 20, 2021, 8:24pm UTC](https://meta.discourse.org/t/air-theme/197703 "2021-07-20T20:24:30Z")\
**Posts on this page:** 1\
**Showing post:** 421

<div class="post-metadata">

**Author:** ![jordan.vidrine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jordan.vidrine/32/515563_2.png) [@jordan.vidrine](https://meta.discourse.org/u/jordan.vidrine)\
**Post date:** [September 12, 2023, 1:49pm UTC](https://meta.discourse.org/t/air-theme/197703/421 "2023-09-12T13:49:51Z")

</div>

Installing your own theme-component and attaching it to the theme should work. You will want to add this line into the css of the theme component.

```plaintext
.custom-category-boxes .description {
    display: none;
}

```

To install a custom theme component you will go to `/admin/customize/themes` click Install then click `Create New`.

From there you will be taken to the new component’s page, where you will select which theme you want it to be included on.

You can then click Edit CSS + Html and add the code I sent you above to the common.scss file.

---

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