Hi, I am wanting to replace the mask image on the ACM slideshow module. I have created a new mask file called mask2018.png and added this code in the custom.css file.
I'm not seeing the change though.
Is this the correct code to use?
.acm-slideshow .owl-carousel .item::before {
background-image: url('../images/mask2018.png');
background-size: 100% 100%;
content: "";
position: absolute;
top: 0;
left: -1px;
right: -1px;
height: 100%;
z-index: 1;
}
Thanks JR