How To Delete Background Color Behind Google Ad On Homepage

On that adsense ad on left of my homepage, where in my wp-admin do I navigate to change it to white so it matches the rest of page? I was in “Style.css” and wondering . . . .

In your child theme add this

ins { 
     background-color: transparent !important;   
}

And the yellow background should go away.

Sounds good Navjotsingh . . . so to do this, I will log into my wp-admin and go to APPEARANCE>EDITOR>THEME FUNCTIONS (functions.php) would this be correct? If not, what do you suggest? Thank you

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