# How do I fix category menu

**URL:** https://meta.discourse.org/t/how-do-i-fix-category-menu/322804
**Category:** Development
**Tags:** air-theme
**Created:** [August 22, 2024, 12:23am UTC](https://meta.discourse.org/t/how-do-i-fix-category-menu/322804 "2024-08-22T00:23:04Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Heliosurge](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/heliosurge/32/571810_2.png) [@Heliosurge](https://meta.discourse.org/u/Heliosurge)
#### Post date: [August 22, 2024, 12:23am UTC](https://meta.discourse.org/t/how-do-i-fix-category-menu/322804/1 "2024-08-22T00:23:04Z")

</div>

Air theme mod/fix

 ![The image is a screenshot of a web browser displaying a search result for "XR1 Nexis." (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/2/0/8/208268f1ea80790b977f10cf35e49d09342b278f.png)

I added a box around ty category link with the cod below. How do I also have it include the dropdown arrow? Or target it on it’s own

This is the code I used

```plaintext
.list-control-toggle-link__text {
/* Styling for dropdown menus */
      padding-top: 0.38em;
      padding-bottom: 0.38em;
      padding-Left: 0.35em;
      background-color: var(--secondary);
      border: 1px solid rgba(var(--primary-rgb), 0.2);
      border-radius: 0.40em;
      transition: box-shadow 100ms ease-in-out;
      box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);    
}

```

I would also like to override the fa icon with a menu icon. Since the dropdown is no longer a drop down. 😢
