Okay
  Public Ticket #328194
Homescreen background brightness
Closed

Comments

  • Matthew started the conversation

    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?

  •  1,973
    Support replied

    Hi,

    try hidding the pattern overlay

    .pattern {
        background: none;

    }

    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

  • Matthew replied

    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();


  •  1,973
    Support replied

    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