I solved my problem.
Go to Customize > Advanced Options > Additional CSS
Copy and paste this:
.section-slider .filter::before {
background: rgba(49,49,49,.0);
}
There’s an option to remove the overlay from the sliders.
E.g. from your home slider:
Appearance -> Customize -> Main content -> Front Page Content -> SLIDER OPTIONS – Apply a dark overlay on your slider’s images
select
No
Hope this helps.
Rocco, I looked for the ‘Apply a dark overlay on your slider’s images
select’ option under Slider Options and couldn’t find it. Also, the CSS from above didn’t work for me, either. Am I missing something? Thank you.
Hi @cityotter,
that option is available for the modern style only, as it controls the dark overlay applied to the whole slider images.
I guess you’re probably referring, instead, to the dark semi-transparent background of the slider caption in the classic style slider, there’s no option bundled in the theme to remove that, though it can certainly be done through CSS.
Best