Home Forums WoodMart support forum Remove Overlay Video Widget and scale transition

Remove Overlay Video Widget and scale transition

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #251620

    [email protected]
    Participant

    Hello guys,

    I have a product ( url on private content ) with a video on the top.

    I want to remove the black gradient / overlay and also remove the scale transition.

    Can you please let me know what needs to be done

    Thanks,
    Adrian

    #251728

    Hello,

    I have visited your website. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wpb_video_wrapper:hover .woodmart-video-poster {
    transform: none;
    }
    .wpb_video_wrapper:hover .woodmart-video-poster-wrapper:after {
    background-color: rgba(0,0,0,0);
    }
    .wpb_video_wrapper .woodmart-video-poster-wrapper:after {
    	background-color: rgba(0,0,0,0);
    }

    Regards.
    Xtemos Studios.

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