• I noticed there is a black color fill filter over the images that appear at the slider. Can I remove that? Didn’t find an option at the customize page that allows me to do it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter italianbeauty

    (@italianbeauty)

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove black filter from slider’ is closed to new replies.