Often times it is very annoying to see a yellow background with your AdSense ads. The reason behind this yellow(mostly yellow) the ad taking less space than your allotted space.
How to remove the Yellow background
This yellow background not coming from AdSense, the culprit is your website theme. The background colour set by some of the standard WordPress themes for the tag.
This tag is very uncommon, but Adsense loads into this element
To fix it you can add the following CSS rule in your theme CSS.
ins.adsbygoogle { background: transparent !important; }
Leave a Reply