Slider Revolution WP
04.18.2018
Add the following CSS to the slider’s Custom CSS section.
1 2 3 |
.tp-video-play-button {display: none !important} |
Add the following CSS to the slider’s Custom CSS section. This also prevents the user from right-clicking the video where additional video controls are normally available.
1 2 3 |
.rev_slider video {pointer-events: none} |
Add the following CSS to the slider’s Custom CSS section.
1 2 3 4 5 6 |
.rev_slider video::-webkit-media-controls-start-playback-button { display: none!important; -webkit-appearance: none; } |