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.
If you are using WordPress 4.7 or later then go to Appearance -> Customize -> Additional CSS and add the following:
.ex-product{ opacity: 100 !important; }
If you are using a lower version of WordPress than 4.7, we advise you install Advanced CSS Editor plugin and follow the instructions. In Appearance -> Customize -> Advanced CSS Editor add the following code:
.ex-product{ opacity: 100 !important; }