You can edit the CSS manually, if you’d like! The class that controls this is called dark-overlay
.
In wp-admin, you can go to Appearance > Editor and find the CSS for .dark-overlay
.
Find the two lines that look like this:
background: rgba(0, 0, 0, 0.8);
And comment them out like so:
/*background: rgba(0, 0, 0, 0.8);*/
You may also have to adjust the colors in .vision
and .vision-border
so that they still show up on the light background. ??
Hope this helps!