Home Forums WoodMart support forum Strange behavior on page product

Strange behavior on page product

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #377339

    [email protected]
    Participant

    An new element is become visible after selecting product variation, and it’s covering the photos. Look in images.

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

    Luke Nielsen
    Keymaster

    Hello,

    Seems that your swatches come from a third-party plugin and it is a little bit influential on the gallery. In order to sort it out, enter the below code to the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

    .woocommerce-product-gallery .thumbnails .owl-nav,
    .woocommerce-product-gallery .thumbnails .owl-dots {
        display: none;
    }
    
    .woocommerce-product-gallery .thumbnails .owl-stage,
    .woocommerce-product-gallery .thumbnails .owl-item.active {
        width: 100% !important;
    }

    Kind Regards

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