• Resolved seanavus

    (@seanavus)


    Does anyone know how to remove the dark transparent overlay on the slider images and homepage images?
    My very sharp images are being dulled/darkened.

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello seanavus,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    .flexslider .slides li .flexText, 
    .freddoImageOp {
      background-color: transparent !important;
    }

    Hope this will helps you.

    Thanks.

    Theme Author CrestaProject

    (@crestaproject)

    Hi @seanavus
    yes, you can use the code provided by @saurabhdhariwal and it works.
    Add the code in your WordPress Dashboard under “Appearance-> Customize-> Additional CSS”.

    Best Regards,
    CrestaProject

    Thread Starter seanavus

    (@seanavus)

    @saurabhdhariwal

    Thank you! worked like a charm, and results were real-time when using the “add additional css option” in theme customizer.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Dark Overlay on Slider and Homepage Images’ is closed to new replies.