Viewing 6 replies - 1 through 6 (of 6 total)
  • I am having the same issue. How can we resolve this issue?

    This is a css related issue caused by your theme.

    You need to rewrite the class which is responsible for this.

    If you tell me url of your site i will check that for you.

    Regards
    Rene

    @george i will send you tomorrow the custom css for your theme. Btw. Soory for the delay of answer. I ve not seen your request before.

    Are you using latest version of QUADS?

    @rene — thanks for your quick response!

    My website is https://www.smileycat.com. In case it is helpful, I am using the default WordPress 2016 theme with no customisations.

    In your style.css you have the code:

    mark, ins {
        background: #007acc;
        color: #fff;
        padding: 0.125em 0.25em;
        text-decoration: none;
    }

    Just change it:

    mark, ins {
        background: #007acc; /* Put here the color of your choice */
        color: #fff;
        padding: 0.125em 0.25em;
        text-decoration: none;
    }

    or better just change the adsense specific class with:

    ins.adsbygoogle{
        background: #007acc; /* Put here the color of your choice */
    }

    @rene — many thanks, that solved the issue! I really appreciate the prompt assistance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Adsense location background color’ is closed to new replies.