Adding a color filter to feature images

  • I’m setting up my purchase of the Purpose theme and have WordPress Premium. How would I add a custom CSS code that adds a color filter to the website’s feature images?

    My goals is to program an auto tint since the only major flaw I’m experiencing with this theme is the text overlay getting lost because there’s no filter over page and blog feature images.

    I’d really like this resolved without having to photo edit every feature image currently on and futuristically coming to my website. That “solution” causes display snippet issues with overly dark images.

    Appreciate it!

    The blog I need help with is: (visible only to logged in users)

  • Hi,

    How about try this:

    .feature-img img{
      filter: contrast(75%) brightness(140%) saturate(125%);
    }

    Feel free to adjust the value.

  • The topic ‘Adding a color filter to feature images’ is closed to new replies.