To show Play/Pause button only on Video Block.
#1. First, find Video Block ID.
In my example, it is: #block-0047174352b5fa64d8c4
#2. Next, use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.
#block-0047174352b5fa64d8c4 .plyr__controls {
visibility: hidden;
}
#3. Result