I'm trying to make a background image transparent (no option to make a transparent PNG or lighter image, the images are changed often).
background: url(image.jpg) no-repeat center center / cover;
opacity: 0.2;
Got the image is working, but everything inside the DIV is transparent too. I've searched for a solution, but can't seem to implement the right one. Any pointer on how to fix that?