# How to style category boxes?

**URL:** https://meta.discourse.org/t/how-to-style-category-boxes/331109
**Category:** Support
**Created:** [October 16, 2024, 6:55am UTC](https://meta.discourse.org/t/how-to-style-category-boxes/331109 "2024-10-16T06:55:48Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [October 24, 2024, 1:28pm UTC](https://meta.discourse.org/t/how-to-style-category-boxes/331109/3 "2024-10-24T13:28:18Z")

</div>

Did you try to find out yourself?  
[Making custom CSS changes on your site](https://meta.discourse.org/t/make-css-changes-on-your-site/168101) explains how you can find selectors by using your browsers inspect tool.

For example using “inspect” at the name of the category already takes you to  
 ![image](https://global.discourse-cdn.com/meta/original/4X/1/0/a/10ad52109c42f1a547e3fb6ce5e426c6e20ade24.png)  
When you click the triangle, you can see

 ![image](https://global.discourse-cdn.com/meta/original/4X/9/8/d/98d6524c25b700473b40f9267c850971b1316806.png)

Looks like

```css
.category-boxes h3 {
    text-align: center;
}

```

is the css you want to overwrite.  
You can find the description right below

 ![image](https://global.discourse-cdn.com/meta/original/4X/c/a/a/caaaf422500e13b2e5bc16c26ff93276ad5461b3.png)

---

_[View the full topic](https://meta.discourse.org/t/how-to-style-category-boxes/331109)._
