Hi,
I would like to remove or reduce the opacity of the slideshow please?
ludo974
We use a mask over the image slide: /templates/ja_diner/images/mask-slideshow.png
To remove it, you can use this custom CSS:
.acm-slideshow .item .mask { background-image: none !important; }
hi thanks ! But i folow your advice, but I don't see the difference.
Could you help me please ? Could check-in http://lcm.re/new/
I thought it was this site: https://lcm.re/
For this one: http://lcm.re/new/ , you can override with this custom css:
.acm-slideshow .item:before { opacity: .7 !important; }
and change the opacity to the value you want.