Make Play button snaller on mobile

Hello, is there a way to make the play button for mobile smaller?

1 Like

Greetings and welcome to the Community, @Leonora_Ralston :wave:

This code should do the trick:

@media(max-width: 500px) {
.yottie-widget-video-preview-play {
width: 40px;
}

Please add it to the Custom CSS field on the Appearance tab of your widget’s settings and let me know if it helped :slightly_smiling_face:

1 Like