Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #706870

    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!

    #707510

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.