New Landing How can we help? Atelier Product Hover Issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #257127
    mm9488
    Member
    Post count: 40

    When using the Atelier theme with WooCommerce, the product images have a hover effect that shows the second image in the gallery for the product. Is there a way to disable this behavior?

    #257133
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Of course, add this to your custom css:

    .standard-browser .products .product figure.product-transition-fade:hover .img-wrap.first-image > img {
      opacity: 1;
    }

    – Kyle

    #257245
    mm9488
    Member
    Post count: 40

    Thanks Kyle – perfect!

    #257271
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

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

You must be logged in to reply to this topic.