• Resolved akitchencat

    (@akitchencat)


    I’ve noticed that the ‘related posts’ feature in Jetpack puts a while filter or desaturates the images in the related posts. I was wondering if there was way display the images as is?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    This little effect is achieved with a little bit of CSS. Luckily, you too can use CSS to customize the look of every element on your site. You can add that CSS to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard to remove the faded effect:

    #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
        opacity: 1 !important;
    }
    Thread Starter akitchencat

    (@akitchencat)

    Thanks for that!

    Would I be better off editing the JetPack Related Posts CSS instead? For some reason when I go to edit it says that the plugin is inactive when it is definitely active on the site.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    No, you’ll want to avoid editing plugin files, as your changes would then be overwritten next time you update the plugin.

    Instead of editing plugin or theme files, I’d recommend using the Custom CSS editor available under Appearance > Edit CSS in your dashboard.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Faded images in related posts’ is closed to new replies.