Limited availability during the holidays

Another busy year is coming to its end, and an exciting year lies ahead. In order to get ready for a fresh new start, our team will spend a few days' rest during the winter holidays. Over the holiday break, we will have reduced staffing from December 20th, 2024, to January 5th, 2025, so please be patient if you do not receive a response as quickly as you normally would.

We send our warmest wishes for happiness, health, and success throughout the coming year. Thank you for your continued support, and may you have a peaceful and blessed Happy Holidays!

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