How can I give more or less opacity to the pictures in the slide module of JA-Company?, is to dark I need to be lighter, can you tell me how? because in the module I dont see any option. look image attach
Hi annelcarrol
Add to your custom.css
.slideshow .has-mask:before { background-color:transparent!important; }
https://prnt.sc/pynq52
thank you is working, one more question, where can I change the text color? of "description" of the slide. I guess is inside a css file, what file is? and what line?
.slideshow .slider-content-inner .item-desc { color:#yourcolor!important; }