Please can you advise how to remove the ‘ADVERTISEMENT’ text that appears when I add Adsense code.
Thank you!
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.
Worked. Thank you.
For the newbies like me:
Admin/Customize/Themes (select your active theme)/Edit CSS/CSS.
Pop the code in there.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.