# How to add CSS to certain pages? Feed

**URL:** https://meta.discourse.org/t/how-to-add-css-to-certain-pages-feed/210613
**Category:** Support
**Created:** [November 30, 2021, 11:47pm UTC](https://meta.discourse.org/t/how-to-add-css-to-certain-pages-feed/210613 "2021-11-30T23:47:28Z")
**Posts on this page:** 1
**Showing post:** 9

<div class="post-metadata">

### Author: ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)
#### Post date: [December 2, 2021, 4:26pm UTC](https://meta.discourse.org/t/how-to-add-css-to-certain-pages-feed/210613/9 "2021-12-02T16:26:38Z")

</div>

This will remove the top about section on the users own follow page. If I understand correctly what you want to do. 🙂

Paste this to mobile css section.

```plaintext
body.user-follow-page {
  .viewing-self {
    .user-main .about {
      display: none;
    }
  }
}

```

---

_[View the full topic](https://meta.discourse.org/t/how-to-add-css-to-certain-pages-feed/210613)._
