Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #760959

    Dear the supporting team,
    I know that the background video in the color section cannot auto-play on mobile devices. So my solution is besides the background video, a video will be inserted in the media section and then I will disable viewing function on desktop. Is it okay if I perform this only for specific pages. How can I do it?
    Thank you so much.
    Best Regards

    #760965

    Hey mikejohnsimports,

    you need to create a CSS code which contains page-id: https://en.support.wordpress.com/pages/#how-to-find-the-page-id

    If you need help with it, send us a precise link showing the elements in question.

    Best regards,
    Andy

    #760978

    Hi Andy,
    Please find further information under the Private Content section

    #761743

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (min-width: 768px) {
    .page-id-11 .avia-video {
      display:none !important;
    }
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.