Banners Carousel Image Opacity
-
Hi,
In the attached photo you can see that the images are too bright so you can’t see the text.
How can i alter the image opacity, I can’t find the option to darken the images.
Thanks,
Hello,
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-)
.
If you try to add opacity to the banner image it will affect the look of the text as well.
If you still want the CSS then try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.promo-banner .banner-image img {
opacity: 0.5;
}
Best Regards.