Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #130528
    Ryan
    Participant

    Hi There, How to Change ads Background color from brown to black?
    this Screenshot https://prnt.sc/i5gzof

    Thanks Before

    Ryan.

    #130550
    skynet
    Participant

    Hello Ryan, welcome to the forum!

    This is a know “ins” problem and i will help you to remove yellow background. To solve this go to Appearance → Customize → Additional CSS → Add the following code and Save:

    ins { background-color: none; text-decoration: none; }

    The first code remove completly the background and will use your color background I suggest you put the first one but if you want custom color like “Black” add the following CSS instead the first:

    ins { background-color: #000; text-decoration: none; }

    If your question is about only “the ads” background color go to your service ADS page and try to change it. Sometime service like google ads set automatically the background color of ads without you having control over them.

    Let me know if there is something not clear

    #130556
    tikaram
    Keymaster

    @ryan :If you are still facing the same issue please post in your site URL. Thank you @skynet for the reply.

    Regards,
    Tikaram

    #130586
    Ryan
    Participant

    thanks, the problem has been resolved

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change ads Background?’ is closed to new replies.