Changing the Opacity of an image

Have been tryin g to change the opacity of the last image to be like that of the hero image but is not working. Please i need help

pretty sure you cant change the opacity when using the background or background-image properties - so you could either put it in <img> tags like the first one(probly the easiest) - or maybe go edit the image on a photo editor to have that style - or put a black div on top of it with that opacity

1 Like

Which image?
If it is the .network-section, it works (in chrome, at least) except that the opacity also changes the text’s opacity as it is applied to the whole div.

As @moT01 said, using img is probably a good option.
css-tricks has a good example .

Hope it is what you are looking for.