Hi,
Thanks for contacting us and choosing our product!
If you want remove sonar effect when hover on the play button in the single you can go to Appearance -> Customize -> Additional CSS & add this code:
.single-haru_video .video-image .video-icon a:hover:after {
animation: none;
}
If you want all play button remove sonar effect you can use this CSS code:
.haru-lightbox-content .video-image .video-icon a:hover:after,
.single-haru_video .video-image .video-icon a:hover:after {
animation: none;
}
If you want another changes please tell us more detail with the url example.
Hope this helps!
****
Best Regards,
HaruTheme