Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #543776

    Hi, i’m using png images with no background on my products.
    When i set the hover effect to switch to first gallery image, it places the second image on top of the first image, in the frontend shop pages,.
    Because the images have no background it shows the 2 overlaping images.
    Is there a way to hide the frst image once the user rolls hover it and shows the second image?
    Thank you

    #543860

    Hi druzes!

    Can you send us a link to your page so we can take a look? You can set you reply as private if you wish.

    Cheers!
    Elliott

    #543899

    Yes thank you, Here it goes:

    #543979

    Hi!

    Try adding this to your custom CSS.

    .thumbnail_container:hover > img:nth-child(2) {
        opacity: 0 !important;
    }

    Cheers!
    Elliott

    #543987

    Worked like a charm ;)
    Thank you

    #544085

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.