Need CSS To Hide Special Thumb from Woocommerce Image Gallery
-
Hello,
must set some Gallery Images to be shown on Ebay,
listed by WP Ebay Lister.
But don’t need them on my Website Product Gallery,
because i set them on my Woodmart Size Guide.
How to hide last second Images?
Best Regards
Attachments:
You must be
logged in to view attached files.
Hello,
The below code will help you to hide the last 2 images on the product page, enter it into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.single-product .woocommerce-product-gallery .thumbnails.owl-carousel .owl-item:nth-last-child(-n+2) {
display: none;
}
Keep me informed of any issues.
Kind Regards
Hi,
Must hide it also here.
See Pictures.
Best Regards.
Attachments:
You must be
logged in to view attached files.
Hello,
Sorry, but there is no way to hide them by using CSS. I sincerely appreciate your understanding in this matter. Please feel free to reach out to me if you have any further questions.
I’d be happy to assist if you have any other questions or concerns.
Kind Regards