Reduce opacity on Dynamic BG Image from CMS but not on Text Elements in Div

I am trying to place an image that is dynamically pulled from the CMS to be placed as a background as a tile, with text over it.

The opacity of the background image needs to be 50%, but currently, everytime I reduce the background opacity, then the text over it also becomes 50% opacity.

I tried to add a gradient layer over the background, but it keeps breaking as it sees it as a whole new image.

Please help!

Adding screenshots.


Here is my public share link: Webflow - fishHook

Hey Rajath & welcome!
The text nested inside the div is a child of that div and will inherit the opacity. You could change the structure the following:

  1. Remove the BG img from the wrapping div and set its position to relative
  2. Add another div inside the wrapping div as another child to the other elements
  3. Give that new div the BG img and set it so position absolute and let it fill the wrapping div
  4. Now you can set the BG img to translucent without altering all contents