Search code examples
htmlcssruby-on-railsbackground-coloradsense

How to remove adsence ads backgorund color


I have integrate Google AdSense in my rails application, the ads are displaying green background in every ad .

I have researched many websites but no use. I Wasted my half day, :(


Solution

  • After wasting my half day, I found good solution,

    Just added a small code to my application, it displaying transparent color.

    <style>
        ins.adsbygoogle { background: transparent !important; }
    </style>