Your account expired support, please renew to get your support.

Home Forums Themes Support Frames Frames theme: Change the play icon on single video

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10822
    alexmenace
    Support Expired

    Sorry to ask another question. The person I’m working with keeps changing their mind.
    They want a ‘less flashy play button’
    Is there a way to make the play video icon on single video not pulse?

    #10823

    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

    #10824
    alexmenace
    Support Expired

    Thank you for all your help.

    #10825

    Thanks for your feedback!

    ****
    Regards,
    HaruTheme

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.