• Resolved infohoriox

    (@infohoriox)


    hi, I have same issues, doubled thumbnails product images in wishlist-page, refer to this screen shot (shorturl.at/fBELW), although the ccs code (provided in this thread) can hide one thumbnail image, but it only works in desktop browser. mobile will still have duplicated images. thanks for assisting

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Juan Coronel

    (@juaancmendez)

    Hi there,
    we hope you’re doing well!

    In order to fix the display issues on mobile, add this CSS in Appearance > Customize > Additional CSS:

    .wishlist_table div.product-thumbnail a img + img {
        display: none !important;
    }

    Try it out and tell us if its work well for you.

    We will be attentive to your response.

    Have a nice day!

    Thread Starter infohoriox

    (@infohoriox)

    hi there,

    many thanks, it works.

    I have to add, one CSS for PC and yours for mobile, two codes used in the same time. But, I saw those codes are very similar, and thinking it might be able to combine? isnt it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘in wishlist_page, doubled product image’ is closed to new replies.