Home › Support Forums › Theme Support › Enlightenment › Slide overlay › Reply To: Slide overlay
Browsergirl
Participant
The code you’re looking for is in line 2492 of the style.css:
Change from
background: rgba(0, 0, 0, .4);
to
background: rgba(0, 0, 0, [here anything between 0 and .3]);
Voila.
I recommend using a child theme.