Archived topic
background in Elements
5 replies · Started by ivar on April 22, 2019
can I apply a color background to the video in the elements? In settings has tried - effect there is no
Hi there,
in your last topic we removed the opacity on the video element. You would need to add that back in to see the color behind the video.
was white (translucent). And how to make, for example, black?
You would set the background color in the Header Element to black. And then add the opacity: 0.5; property back into the CSS you previously removed. the 0.5 is the % of opacity so you could set it 0.75 if you wanted less of the background color to show through.
Thank You!
You're welcome