When someone hovers over my simple slider on my landing page, an opaque overlay comes up. Id like to make it less opaque. How? http://www.plymouthfarmersmarket.org
Hi!
Open up enfold/js/avia.js and search for:
opa = 0.7;
Replace 0.7 with an higher value like 0.8 or 0.9.
Best regards,
Peter
To make the overlay lighter, I reduced the number to less than 0.7 instead of increasing it. Thank you for pointing me to the right code!