# AdSense: Remove 'ADVERTISEMENT' text

**URL:** https://meta.discourse.org/t/adsense-remove-advertisement-text/133970
**Category:** Support
**Created:** [November 20, 2019, 10:03pm UTC](https://meta.discourse.org/t/adsense-remove-advertisement-text/133970 "2019-11-20T22:03:31Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [November 21, 2019, 8:16am UTC](https://meta.discourse.org/t/adsense-remove-advertisement-text/133970/4 "2019-11-21T08:16:18Z")

</div>

I’m sorry, I didn’t realize it couldn’t be empty.

You can put some CSS in a theme component to hide it:

```
.google-adsense-label {
  display: none;
}

```

should work.

---

_[View the full topic](https://meta.discourse.org/t/adsense-remove-advertisement-text/133970)._
