This topic has 10 replies, 5 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hello,
Thanks for the great theme. I and my client are really satisfied with the way the site’s design turned out to be. One thing I would like to know is how can I get rid of picture overlay from the product slider. I want just natural pictures.
Thanks,
Austin
Hello,
Nice site!
Add the following code in Theme Options > Styling > Custom CSS
.products-loop .outofstock .content-product img.wp-post-image, .productCarousel .outofstock .content-product img.wp-post-image {
opacity: 1;
}
Regards
Thank you so much.
It worked as I want it.
Best,
Austin
You are welcome.
Do not hesitate ask if you have any other questions. (create a new topic for new question).
Regards,
Hi,
can you tell me how to remove the overlay for out of stock product images too?
Thanks!
Hello @Blackbeard,
Theme Options > E-commerce > Shop > Enable “Out of stock” icon
Regards
But is there a way to keep the “Out of stock” notice, but remove the opacity option? So that the white overlay is removed, and product picture is 100% clear.
Hello @Blackbeard,
Please add this code in Theme Options > Styling > Custom css:
.products-loop .outofstock .content-product .out-of-stock + .product-content-image img.wp-post-image, .products-loop .outofstock.product-hover-swap .content-product:hover .out-of-stock + .product-content-image .image-swap img {
opacity: 1;
}
.products-loop .outofstock.product-hover-swap .content-product .out-of-stock {
z-index: 3;
background-color: transparent;
}
Regards
Always prompt replies, thank you Rose!
Dear @Blackbeard,
You’re welcome!
If you love XStore and have something nice to say don’t hesitate to tell about this!
We’d appreciate if you could take a moment to give us 5-stars on ThemeForest! https://themeforest.net/downloads
Regards
You must be logged in to reply to this topic.Log in/Sign up