• Resolved sant009m

    (@sant009m)


    Hi,
    I want to change the background color of the Ad Inserter. You can see the example in the link below
    https://www.cursorsolutions.in

    The top Ad code is placed in the custom header file. but the background color is visible outside the ad.
    <?php if (function_exists (‘adinserter’)) echo adinserter (1); ?>

    Regards,
    Santosh

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Spacetime

    (@spacetime)

    Ad Inserter has no color. It only inserts your code.

    You probably mean the yellow background of the ad. It is colored by your theme.
    Of course, you can change it.

    Either put this code at the end of theme’s CSS file

    ins {
      background: transparent;
    }

    or in the header code in Ad Inserter (tab #)

    <style>
    ins {
      background: transparent;
    }
    </style>
    Thread Starter sant009m

    (@sant009m)

    Thanks a lot dear, that helped.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change the background color’ is closed to new replies.