I need some help recreating this in CSS (if possible) :
And here is a fiddle with what I have so far. There is a div with a background image and overlaying that div is another one with a red bg color and mix-blend-mode: multiply
on it. It looks like the color blend is working correctly, but is there a way that I can make the white text be unaffected and an opaque solid white like in the example image?
You may use pseudo element and apply
mix-blend-mode: multiply
on it like this :