Transparency in slider photos

Hello!

I would like to know if it is possible to adjust the transparency on slider photos?

Thanks

Hi,

Thanks for contacting us.

You can use the following CSS code to add transparency by going to Appearance > Customize > Additional CSS and pasting it there.


.flexslider .slides {
    opacity: 0.5;
}

Take care.

Thank you very much and sorry to bother but, is there a way to make it so the transparency only applies to the photo and not the text on the slider?

Thanks

Hello there,

I hope you are doing well today.

This code should help, so please remove the last CSS and add this set:


.flexslider .slides img {
    opacity: 0.5;
}

Best Regards,
Support