Viewing 1 replies (of 1 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hi @maprins,

    Google is complaining about the color of your links not having enough color contrast against the white background. This blue color is coming from your theme (GeneratePress), not from WordPress Popular Posts.

    Screenshot of the source code showing that the color is coming from theme's style.css.min

    Screenshot of the built-in color contrast ratio checker showing that it doesn't pass the test

    To fix this problem you can:

    A) Update your theme’s stylesheet default color for link tags so it has a better contrast ratio, or

    B) Add the following CSS code to your site so your popular posts link color is darker and thus passes the contrast ratio test:

    .wpp-post-title {
        color: #2f4468 !important;
    }
Viewing 1 replies (of 1 total)

The topic ‘Constrast Radio Problem’ is closed to new replies.