Home Forums WoodMart support forum PNG is not transparent

PNG is not transparent

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

    Suffokate
    Participant

    Hello guyz. I noticed problem when i hoover on product the seconf one image is with white background but its still PNG. in product are all images without background. Can you help me to solve this problem ?

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

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    div.product-grid-item .hover-img {
    	background: transparent;
    }

    Regards

    #22139

    Suffokate
    Participant

    Thank you this works for me and another question. The first image is still showing and the second one on hoover is just over it. is it possible when i hoover to hide first picture please?
    Thank you

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

    Bogdan Donovan
    Keymaster

    Please, add the following code snippet.

    .product-element-top:hover > a.product-image-link {
    	opacity: 0;
    }

    Regards

    #22152

    Suffokate
    Participant

    Thanks guyz AWESOME SUPPORT !!!! Keep it up

    #22154

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘PNG is not transparent’ is closed to new replies.