how do I put a background image in where it's grey behind the video on the main page? http://adventuresportshub.com/
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .video_wrapper.front { background: red; } In place of "red" you can put your color or color code. This will solve your issue.