Remove Fade on Products Slider in ShopIsle

If you don't like the background opacity in the header of RokoPhoto 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;
}
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us