AdSense: Remove 'ADVERTISEMENT' text

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

Thank you!

1 Like

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

1 Like

I’m getting this message:

1 Like

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

Worked. Thank you.

For the newbies like me:

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

Pop the code in there.

2 Likes

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