Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #549412

    My background video has a giant triangle play button on mobile devices. My website is below in private data. Can I remove this via css?

    #549864

    Hey stacieclark!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 769px) {
    .avia_playpause_icon { display: none !important; }}

    Regards,
    Yigit

    #550066

    This didn’t work. I’m still seeing the play button when viewed on my iPhone….

    #550579

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #550606

    info below

    #551906

    Any progress on this yet? I need that icon removed both on mobile (where it is a static ‘play’ button triangle) and and icon also “loads” right in the middle of the video on the homepage on the desktop version… is there a way to remove both altogether???

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to remove play button from background video image when on mobile?’ is closed to new replies.