• Hi Congratulations on the theme. I would like to know how to leave smaller opacity on the slide.

Viewing 1 replies (of 1 total)
  • Theme Author axlethemes

    (@axlethemes)

    Hi @drica100

    You can go to Appearance > Customize > Additional CSS and add following CSS to reduce the opacity of slider overlay.

    #main-slider article::before{
        background: rgba(0, 0, 0, 0.25);
    }

    Please change the last value (0.25) as per your requirement.

Viewing 1 replies (of 1 total)
  • The topic ‘smaller opacity on the slide.’ is closed to new replies.