Remove Fade on Products Slider in ShopIsle
Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.
If you don't like the background opacity in the header of ShopIsle and want it to be clear then you can add the following CSS to your WordPress.
Go to Appearance > Customize > Additional CSS and add the following:
.ex-product{
opacity: 100 !important;
}