patvandenbosche
Hi
still the login is invalid for Joomla but i managed to get it work by FTP
Add this code in custom.css file line for overlay as in demo
.slideshow .swiper-container-fade .swiper-slide-active .item .img-bg:before {
background-color: rgba(0,0,0,0.5);
background-image: url(/templates/ja_company/acm/slideshow/images/bg-mask.png);
background-position: left bottom;
background-repeat: no-repeat;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}
also in slideshow file you can see the auto play value is 5000 now
If you want to delay more you can increase its value to example 8000
Regards