AdSense:移除“广告”文本

很抱歉,我没意识到它不能为空。

您可以在主题组件中添加一些 CSS 来隐藏它:

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

这样应该可以生效。