Awesome, this worked perfectly. I ended up leaving the enter button in the middle but hiding the background pattern overlay helped out the video brightness quite a bit.
Furthermore, I decided to get rid of the volume button. If you edit the java code: "jquery.MB.YTPlayer.js" to include this line in the "mobile == false" conditional statement it should hide the button no problem.
My homescreen background video looks dim. Is there a way I can adjust the brightness or opacity?
Furthermore it would be nice if I could relocate the "Enter" button to the bottom of the screen. Is this possible?
Hi,
try hidding the pattern overlay
}
in theme options Styling Options -> Custom CSS
for the button
you can use these properties
#home-page a.newave-button.medium.outline.white {
position: absolute;
bottom: 40px;
}
the bottom value is how far from bottom the button will be displayed
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Awesome, this worked perfectly. I ended up leaving the enter button in the middle but hiding the background pattern overlay helped out the video brightness quite a bit.
Furthermore, I decided to get rid of the volume button. If you edit the java code: "jquery.MB.YTPlayer.js" to include this line in the "mobile == false" conditional statement it should hide the button no problem.
jQuery("#video-volume").hide();
Hi, okay, glad you made this ticket public since it contains valuable info for other users as well.
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy