I have an ad banner added on some pages between the header and the main content. I want the background of the DIV that contains the banner to be white. Right now it’s transparent and the main site background image is showing through.
I tried the following code and it didn’t work:
#wrap_all { background-color:white!important; }
#AdThrive_Header_1_desktop { background-color:white!important; }
Your help is really appreciated!
Hey goforyourdreams,
I checked your site and it seems to be showing a white background behind your ads. If it’s still not fixed, kindly post a screenshot.
You might try to add this code also:
.adthrive-ad {
background: #fff !important;
}
Hope this helps. :)
Best regards,
Nikko