• Resolved blueplanetphoto

    (@blueplanetphoto)


    When a product is added to the cart and the cart icon clicked on to open the side/mini cart, the product image is duplicate, the same thumbnail stacked. I’ve tried a couple of the suggestions from other posts, but they have not worked.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • There’s some code problem but this will hide the second image:

    .elementor-menu-cart__product-image a img:nth-child(2) {
      display: none;
    }
    Thread Starter blueplanetphoto

    (@blueplanetphoto)

    Thank you. This at first did not work, then I looked at the code closer and I had missed the __ double underline. Once I corrected that, I only see one product image in the side cart.

    @blueplanetphoto

    Glad to hear it – thanks for letting us know!

    If you have any further questions, I recommend creating a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Side cart duplicate product image’ is closed to new replies.