Home Forums WoodMart support forum Need CSS To Hide Special Thumb from Woocommerce Image Gallery

Need CSS To Hide Special Thumb from Woocommerce Image Gallery

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #397855

    prattsy
    Participant

    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.
    #397890

    Luke Nielsen
    Keymaster

    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

    #397925

    prattsy
    Participant

    THANKYOU
    HAVE A NICE DAY

    #397979

    prattsy
    Participant

    Hi,

    Must hide it also here.
    See Pictures.

    Best Regards.

    Attachments:
    You must be logged in to view attached files.
    #398065

    Luke Nielsen
    Keymaster

    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

Viewing 5 posts - 1 through 5 (of 5 total)