Vimeo Embed issue

I am using Shapely and I am embedding a Vimeo video on my home page using the Shapely Video Widget.

The issue is that Vimeo won’t let me fully remove the play button, but the widget disables the vimeo functions, and you have to press the little blue button the widget provides. There are two play buttons and it is confusing my clients.

Is there a way to make it so the Vimeo controls work and the widget controls dissappear? This would actually give the client more control over the video, and make it less confusing. Especially because there is no way to remove the Vimeo play button entirely.

The home page is https://kellermediaworks.com

Thank you!

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

.video-widget.vimeo:before,
.video-widget .video-controls {
display:none
}

Thanks!
Colorlib Support Team