• CPRETTY

    (@andrea-capretti)


    Hello, i tried different approaches but i can’t find a solution.
    I want to hide the Download button in the widget Video Playlist.
    I tried this and it’s working but it hides all the controls

    .elementor-widget-video-playlist video::-webkit-media-controls-enclosure {
    display: none !important;
    }

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Milos

    (@miloss84)

    Hi there,

    Thank you for contacting us

    Hiding just the Download button while keeping other controls visible requires targeting only that specific control.

    Try adding this CSS:

    .elementor-widget-video-playlist video::-webkit-media-controls-panel { overflow: hidden; }

    .elementor-widget-video-playlist video::-webkit-media-controls-download-button { display: none !important; }

    This should hide the Download button while keeping the rest of the media controls visible.

    However, note that browser support for ::-webkit-media-controls-download-button is limited, and it may not work in all cases.

    Kind regards,

    Thread Starter CPRETTY

    (@andrea-capretti)

    I’m using Chrome, and I can still see the Download button. ??

    Plugin Support Milos

    (@miloss84)

    Hello there,

    Would it be possible for you to provide us with a screencast demonstrating the issue where you set you custom CSS code.

    This will be useful to us as we will better understand the issue you’re experiencing and provide you with better support.

    I am looking forward to your reply!

    Kind Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.