Okay
  Public Ticket #2512228
Move mute button on full screen video background to different corner
Closed

Comments

  • Melissa started the conversation

    I have a slider set up with a video background, currently the unmute button is behind my menu so I'm unable to unmute the video. What would be the best way to move the button to a corner where it's accessible?

  •  244
    Kreatura Support replied

    Hello Melissa,

    Thank you for getting in touch with us!
    You can modify the position of the mute button with custom CSS. You can write it to LayerSlider WP -> Options -> CSS Editor. For example:

    .ls-media-unmute {
        top: auto;
        bottom: 20px;
    }

    Best Regards,
    Andrea | Kreatura Support Team