Hi,
Just checking if there is a way I can get the dark transparent shade around images and videos in the slideshow in the landing page can be removed. Thanks
mojatu Hi To remove the overlay open /css/custom.css file and add this code
.acm-slideshow .owl-carousel .item::before {display:none;}
If there is no custom.css file, kindly create it and add the code.
Regards
Hi
Is it possible to apply my overlay or reduce the overlay?
Thank you
Best Regards
fabridelo Hi There is an image used for the overlay You can use this code in custom.css file replace the image with your image
.acm-slideshow .owl-carousel .item::before { background-image: url(/templates/ja_donate/images/mask.png); background-size: 100% 100%; }