Please can you advise how to remove the ‘ADVERTISEMENT’ text that appears when I add Adsense code.
Thank you!
Admin - Customize - Text Content - js.adplugin.advertisement_label
Edit - (Empty) - Save
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.