AdSense: Remove 'ADVERTISEMENT' text

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.

4 Likes