# Anyway to style discourse topic title? ( IE, red, bold, highlight, anything. )

**URL:** https://meta.discourse.org/t/anyway-to-style-discourse-topic-title-ie-red-bold-highlight-anything/77852
**Category:** UX
**Created:** [12 בינואר,‏ 2018,‏ 4:19pm UTC](https://meta.discourse.org/t/anyway-to-style-discourse-topic-title-ie-red-bold-highlight-anything/77852 "2018-01-12T16:19:45Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![plosprawrs](https://avatars.discourse-cdn.com/v4/letter/p/5daacb/32.png) [@plosprawrs](https://meta.discourse.org/u/plosprawrs)
#### Post date: [12 בינואר,‏ 2018,‏ 4:19pm UTC](https://meta.discourse.org/t/anyway-to-style-discourse-topic-title-ie-red-bold-highlight-anything/77852/1 "2018-01-12T16:19:45Z")

</div>

For example in the body I am given markdown/HTML/etc capability. Does anyone know a way to bring attention to the topic title? ( IE color, bold, styling etc. )

Kind Regards

---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [27 באוקטובר,‏ 2020,‏ 9:38pm UTC](https://meta.discourse.org/t/anyway-to-style-discourse-topic-title-ie-red-bold-highlight-anything/77852/19 "2020-10-27T21:38:09Z")

</div>

You can target your CSS based on a specific tag or category.

There are two areas where you can add category / tag specific styles to topics.

1. **In the topic list**

2. **On topic pages**

You can read more about how to add CSS to your Discourse site here

> [@Making custom CSS changes on your site](https://meta.discourse.org/t/how-to-make-css-changes-on-your-site/168101):
>
> bookmark This guide explains how to make CSS changes on your Discourse site, including an introduction to CSS, where to add CSS in Discourse, and how to find the right selectors using browser inspection tools. person_raising_hand Required user level: Administrator Summary This guide covers: A brief introduction to CSS and key concepts How to add CSS to your Discourse site using theme components Using browser inspection tools to find the right CSS selectors Understanding CSS basics C…
