Tutorials & Resources How to Fix Yellow BG[ or any color ] behind Adsense ads on website

Discussion in 'Novel General' started by IMM, Feb 9, 2018.

Thread Status:
Not open for further replies.
  1. IMM

    IMM 『X.O.X.O』

    Joined:
    Dec 13, 2016
    Messages:
    480
    Likes Received:
    462
    Reading List:
    Link
    I don't know if anyone has encountered this problem, but most themes display a yellow background behind your ads after you add the adsense code [ it looks like the ad is on a post-it note] this makes everything kind of ugly. You could change it in the style.css [ appearance > editor > style.css] area in wordpress by searching [CTRL- F] for the "ins" text and changing the colour [ The hex will look like #fff9c0 or any other hex code] change it to [#ffffff].. if that doesn't work then just open the customize [ appearance > customize] and put in this code below in the Additional CSS menu down at the end.

    Code:
    ins {
     background: #ffffff;
     text-decoration: none;
    }
    Hope this helps anyone :blobninja:
     
    SnowTime likes this.
Thread Status:
Not open for further replies.