Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • suzanna Friend
    #966434

    Is it possible to set video opacity to 0 or no background color for an individual video that’s in parallax on the front page?

    pavit Moderator
    #966449

    Hi

    Could you share here a link to the page where you published this video ?

    suzanna Friend
    #966855

    I’m too shy to show my site. It’s not ready yet. However, the template has the same video and video-mask. Once you click on the little play button the alpha filter opacity goes to zero.

    Here is the front page with opacity set at 60 and then clicking removes it. I would like to see the video all the time without that opacity layer on top.

    I just want the opacity removed on this one video (by adding special class perhaps?)

    .acm-hero.style-4 .video-wrapper:before {
        content: "";
        position: absolute;
        background-color: #039be5;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        opacity: 0.6;
        filter: alpha(opacity=60);
        -webkit-transition: opacity 1.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
    pavit Moderator
    #967087

    Hi

    Add this to your custom.css file in this folder /templates/uber/css/

    .acm-hero.style-4 .video-wrapper:before {
      opacity:0!important;
    }

    If you do not have already a custom.css file then create a new one

    Regards

    suzanna Friend
    #967132

    Yes, but I just want one video with no opacity, not all hero style4 videos. Just one, on one page.

    pavit Moderator
    #967178

    You can create a custom class suffix in this way

    .noopac .acm-hero.style-4 .video-wrapper:before {
      opacity:0!important;
    }

    Then add the suffix noopac to your single hero module in advanced tab

    remember to add an empty space before noopac suffix


    1. Screenshot-at-set-10-08-12-45
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 2 voices, and was last updated by  pavit 7 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum