How to Change or Get Rid of Video Overlay Pattern
Hello -
I am using video backgrounds and I am noticing a pattern overlay. If you look closely, you will see a "dot" overlay. I cannot for seem to get rid of it. Any suggestions?
Hello -
I am using video backgrounds and I am noticing a pattern overlay. If you look closely, you will see a "dot" overlay. I cannot for seem to get rid of it. Any suggestions?
Comments
Hi,
Please use the following CSS code:
.section.has-video .section_video .mask{ display: none; }Please put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Best regards
Thanks for the quick response.