AdSense: Remove 'ADVERTISEMENT' text

Please can you advise how to remove the ‘ADVERTISEMENT’ text that appears when I add Adsense code.

Thank you!

「いいね!」 1

Admin - Customize - Text Content - js.adplugin.advertisement_label
Edit - (Empty) - Save

「いいね!」 1

I’m getting this message:

「いいね!」 1

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

Worked. Thank you.

For the newbies like me:

Admin/Customize/Themes (select your active theme)/Edit CSS/CSS.

Pop the code in there.

「いいね!」 2

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.